diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-12 08:22:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-12 08:22:14 +0000 |
commit | 21f6a10036e2458ec9ee11afe307de6d0989ddec (patch) | |
tree | aac98f8006bb13663d6d24bf7a6b4f962f94f931 /dirent/dirent.h | |
parent | 11a9c0ce08d685411a6ee448b3db0222c0fcf89b (diff) | |
download | glibc-21f6a10036e2458ec9ee11afe307de6d0989ddec.tar.gz |
Update.
2000-08-12 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
Define for 2.4.1 on x86.
* sysdeps/unix/sysv/linux/i386/fcntl.c: New file.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Fill in correct values
for F_GETLK64, F_SETLK64, and F_SETLKW64.
* dirent/dirent.h: Define DT_WHT.
* sysdeps/unix/sysv/linux/arm/alphasort64.c: New file.
* sysdeps/unix/sysv/linux/arm/getdents64.c: New file.
* sysdeps/unix/sysv/linux/arm/readdir64.c: New file.
* sysdeps/unix/sysv/linux/arm/readdir64_r.c: New file.
* sysdeps/unix/sysv/linux/arm/scandir64.c: New file.
* sysdeps/unix/sysv/linux/arm/versionsort64.c: New file.
Diffstat (limited to 'dirent/dirent.h')
-rw-r--r-- | dirent/dirent.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dirent/dirent.h b/dirent/dirent.h index a08d62664d..0888e46dc7 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.h @@ -111,8 +111,10 @@ enum # define DT_REG DT_REG DT_LNK = 10, # define DT_LNK DT_LNK - DT_SOCK = 12 + DT_SOCK = 12, # define DT_SOCK DT_SOCK + DT_WHT = 14 +# define DT_WHT DT_WHT }; /* Convert between stat structure types and directory types. */ |