diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-26 01:42:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-26 01:42:58 +0000 |
commit | a08336fb91681a5ad9d6fe225b1b7faa16b23a27 (patch) | |
tree | d9fefa8d2f373f4abec8fb4df96634278ccd9609 /sysdeps/unix/sysv/linux/sh | |
parent | 871b91589bf4f6dfe19d5987b0a05bd7cf936ecc (diff) | |
download | glibc-a08336fb91681a5ad9d6fe225b1b7faa16b23a27.tar.gz glibc-a08336fb91681a5ad9d6fe225b1b7faa16b23a27.tar.xz glibc-a08336fb91681a5ad9d6fe225b1b7faa16b23a27.zip |
Update.
2006-07-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/bits/fcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/bits/fcntl.h b/sysdeps/unix/sysv/linux/sh/bits/fcntl.h index 81d9932675..1f7ac0f25a 100644 --- a/sysdeps/unix/sysv/linux/sh/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sh/bits/fcntl.h @@ -99,7 +99,7 @@ # define F_NOTIFY 1026 /* Request notfications on a directory. */ #endif -/* For F_[GET|SET]FL. */ +/* For F_[GET|SET]FD. */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ |