* io/bits/fcntl2.h (__open_2): Add nonnull attribute.
commit47ad95ab96a69424d2291714ebe99f1eb87057da
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 May 2007 14:41:55 +0000 (25 14:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 May 2007 14:41:55 +0000 (25 14:41 +0000)
tree421aecd3cba6abd7936db924fadf565f70a3f79a
parent86acd5963441f4bfc087ceca8c30f8d72c6a5fa6
* io/bits/fcntl2.h (__open_2): Add nonnull attribute.

(open): Fix comment typos.  Don't call __open_2 if flags
is a compile time constant without O_CREAT.
(__open64_2): Add nonnull attribute.
(open64): Fix comment typos.  Don't call __open64_2 if flags
is a compile time constant without O_CREAT.
(__openat_2): Add nonnull attribute, fix nonnull attribute
on redirect.
(openat): Fix comment typos.  Don't call __openat_2 if flags
is a compile time constant without O_CREAT.
(__openat64_2): Add nonnull attribute, fix nonnull attribute
on redirect.
(openat64): Fix comment typos.  Don't call __openat64_2 if flags
is a compile time constant without O_CREAT.
ChangeLog
io/bits/fcntl2.h
nptl/init.c