1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo.
This commit is contained in:
Ulrich Drepper 1998-07-09 16:04:24 +00:00
parent bfcd44c399
commit d02837bc17
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1998-07-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo.
1998-07-09 Ulrich Drepper <drepper@cygnus.com>
* posix/unistd.h: Simplify #ifdefs.

View File

@ -42,7 +42,7 @@
#define O_ASYNC 020000
/* For now Linux has synchronisity options for data and read operations.
We define the symbols here but let them do the same as O_SYNS since
We define the symbols here but let them do the same as O_SYNC since
this is a superset. */
#if defined __USE_POSIX199309 || defined __USE_UNIX98
# define O_DSYNC O_SYNC /* Synchronize data. */