]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Jul 1998 16:04:24 +0000 (16:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Jul 1998 16:04:24 +0000 (16:04 +0000)
1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo.

ChangeLog
sysdeps/unix/sysv/linux/bits/fcntl.h

index 5b5165ad263d563fd7a6cfc6b8a9efe55a6564f4..adb610ab76cde861c18c4756011c6eca6d8937b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 53018b7dc7fd03208eb7b583e3f2d802b399ac6e..51e845b9c1479aa33b6fcd8e008219b9ba74c096 100644 (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.  */
This page took 0.048597 seconds and 5 git commands to generate.