1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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>.
This commit is contained in:
Ulrich Drepper
1997-09-11 15:46:23 +00:00
parent 9a0a462ceb
commit 4a9332b376
2 changed files with 6 additions and 0 deletions

View File

@ -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 */