diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-09-11 15:46:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-09-11 15:46:23 +0000 |
commit | 4a9332b3765e77fecb06d7135e2fefa3d7d28806 (patch) | |
tree | 83dd91b9084597eb74851943596f54413de86bb7 /sysdeps | |
parent | 9a0a462ceb4ab96c909b182f3052de2ef13fbe3a (diff) | |
download | glibc-4a9332b3765e77fecb06d7135e2fefa3d7d28806.tar.gz glibc-4a9332b3765e77fecb06d7135e2fefa3d7d28806.tar.xz glibc-4a9332b3765e77fecb06d7135e2fefa3d7d28806.zip |
Update. cvs/libc-ud-970911
1997-09-11 17:32 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define O_ASYNC. Patch by David S. Miller <davem@jenolan.rutgers.edu>.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/fcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h index 3fc7240a66..ca4d34c14e 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h @@ -35,6 +35,7 @@ #define O_RDWR 0x0002 #define O_ACCMODE 0x0003 #define O_APPEND 0x0008 +#define O_ASYNC 0x0040 #define O_CREAT 0x0200 /* not fcntl */ #define O_TRUNC 0x0400 /* not fcntl */ #define O_EXCL 0x0800 /* not fcntl */ |