diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 08:54:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 08:54:05 +0000 |
commit | 1e4380f8fca21ff6ad1db1ad9bc2f7eb92fe6520 (patch) | |
tree | 18cc6a8b604a91eb4a04a20f38dbd9db361a95e1 /conform | |
parent | 7cc9fcf4fdd08ab7452b5f73ecae8f9f67ae8061 (diff) | |
download | glibc-1e4380f8fca21ff6ad1db1ad9bc2f7eb92fe6520.zip glibc-1e4380f8fca21ff6ad1db1ad9bc2f7eb92fe6520.tar.gz glibc-1e4380f8fca21ff6ad1db1ad9bc2f7eb92fe6520.tar.bz2 |
Update.
* io/sys/stat.h: Define S_IFSOCK for XPG6.
* conform/data/fcntl.h-data: posix_madvise is not expected here.
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/fcntl.h-data | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conform/data/fcntl.h-data b/conform/data/fcntl.h-data index 5771af6..ba857c9 100644 --- a/conform/data/fcntl.h-data +++ b/conform/data/fcntl.h-data @@ -18,7 +18,7 @@ constant F_WRLCK constant SEEK_SET constant SEEK_CUR -constant SEED_END +constant SEEK_END constant O_CREAT constant O_EXCL @@ -89,7 +89,6 @@ function int open (const char*, int, ...) #ifdef XOPEN2K function int posix_fadvise (int, off_t, size_t, int) function int posix_fallocate (int, off_t, size_t) -function int posix_madvise (void*, size_t, int) #endif allow-header sys/stat.h |