diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 22:44:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 22:44:52 +0000 |
commit | 09a2231b580ea777c6bb72f6815491ae035faeea (patch) | |
tree | f6c8ae435020718650f074f644f903d9b14c2825 /conform | |
parent | d1ce5f2a8cc01c63940a4ebd1dc2e97c70e139ac (diff) |
Update.
* sysdeps/unix/sysv/linux/bits/statvfs.h: Change type of f_fsid field
to unsigned long. Add __f_unused. Define _STATVFSBUF_F_UNUSED.
* sysdeps/unix/sysv/linux/internal_statvfs.c: Adjust initialization of
f_fsid field after change in struct statvfs.
* sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: New file.
* sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/statvfs.h: New file.
* conform/data/sys/stat.h-data: Remove isfdtype. Use
optional-macro.
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/sys/stat.h-data | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/conform/data/sys/stat.h-data b/conform/data/sys/stat.h-data index 3873284ca4..c0f8d45a38 100644 --- a/conform/data/sys/stat.h-data +++ b/conform/data/sys/stat.h-data @@ -58,15 +58,14 @@ macro S_ISREG macro S_ISLNK // How to represent optional tests? -// macro S_TYPEISMQ -// macro S_TYPEISSEM -// macro S_TYPEISSHM -// macro S_TYPEISTMO +optional-macro S_TYPEISMQ +optional-macro S_TYPEISSEM +optional-macro S_TYPEISSHM +optional-macro S_TYPEISTMO function int chmod (const char*, mode_t) function int fchmod (int, mode_t) function int fstat (int, struct stat*) -function int isfdtype (int, int) function int lstat (const char*, struct stat*) function int mkdir (const char*, mode_t) function int mkfifo (const char*, mode_t) |