diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-09 16:04:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-09 16:04:24 +0000 |
commit | d02837bc17d14d8399fcb828ceedb48200539b09 (patch) | |
tree | 99b3686736f65a35f147d116e098c978469debb7 /sysdeps | |
parent | bfcd44c39909d7542ed8b95529829ffcfb569918 (diff) | |
download | glibc-d02837bc17d14d8399fcb828ceedb48200539b09.zip glibc-d02837bc17d14d8399fcb828ceedb48200539b09.tar.gz glibc-d02837bc17d14d8399fcb828ceedb48200539b09.tar.bz2 |
Update.
1998-07-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/fcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/fcntl.h b/sysdeps/unix/sysv/linux/bits/fcntl.h index 53018b7..51e845b 100644 --- a/sysdeps/unix/sysv/linux/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/bits/fcntl.h @@ -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. */ |