From d02837bc17d14d8399fcb828ceedb48200539b09 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Jul 1998 16:04:24 +0000 Subject: [PATCH] Update. 1998-07-09 Andreas Jaeger * sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo. --- ChangeLog | 4 ++++ sysdeps/unix/sysv/linux/bits/fcntl.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b5165a..adb610a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-07-09 Andreas Jaeger + + * sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo. + 1998-07-09 Ulrich Drepper * posix/unistd.h: Simplify #ifdefs. 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. */ -- 2.7.4