Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
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>.
  • Loading branch information
Ulrich Drepper committed Sep 11, 1997
1 parent 9a0a462 commit 4a9332b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
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>.

1997-09-11 04:36 Ulrich Drepper <drepper@cygnus.com>

* db2/db_int.h: Define __set_errno if not yet available.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 4a9332b

Please sign in to comment.