From: Ulrich Drepper Date: Thu, 11 Sep 1997 15:46:23 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-ud-970911 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a9332b3765e77fecb06d7135e2fefa3d7d28806;p=platform%2Fupstream%2Fglibc.git Update. 1997-09-11 17:32 Ulrich Drepper * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define O_ASYNC. Patch by David S. Miller . --- diff --git a/ChangeLog b/ChangeLog index a8b57bb..cc59035 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1997-09-11 17:32 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define O_ASYNC. + Patch by David S. Miller . + 1997-09-11 04:36 Ulrich Drepper * db2/db_int.h: Define __set_errno if not yet available. diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h index 3fc7240..ca4d34c 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 */