diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 20:05:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 20:05:55 +0000 |
commit | bec7805d999296000230342f7a8771bbb4001bf1 (patch) | |
tree | 46bf3fb7d5d479d234177934b624b0661e03bc5e /conform/data/sys | |
parent | e7c3d12bc25e5dae1ca3617097fb3ee867f18855 (diff) | |
download | glibc-bec7805d999296000230342f7a8771bbb4001bf1.tar.gz glibc-bec7805d999296000230342f7a8771bbb4001bf1.tar.xz glibc-bec7805d999296000230342f7a8771bbb4001bf1.zip |
Update.
2001-01-25 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl: Handle allow-header in secondary headers correctly. * conform/data/fcntl.h-data: Mark symbols introduced in XPG6 with #ifdef. * conform/data/netinet/in.h-data: Use correct comment character. * conform/data/sys/stat.h-data: Likewise.
Diffstat (limited to 'conform/data/sys')
-rw-r--r-- | conform/data/sys/stat.h-data | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conform/data/sys/stat.h-data b/conform/data/sys/stat.h-data index afdbd2c888..3873284ca4 100644 --- a/conform/data/sys/stat.h-data +++ b/conform/data/sys/stat.h-data @@ -57,11 +57,11 @@ macro S_ISFIFO macro S_ISREG macro S_ISLNK -# How to represent optional tests? -# macro S_TYPEISMQ -# macro S_TYPEISSEM -# macro S_TYPEISSHM -# macro S_TYPEISTMO +// How to represent optional tests? +// macro S_TYPEISMQ +// macro S_TYPEISSEM +// macro S_TYPEISSHM +// macro S_TYPEISTMO function int chmod (const char*, mode_t) function int fchmod (int, mode_t) |