]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SYNCHRONIZED_IO): #undef since we don...
authorMark Kettenis <kettenis@gnu.org>
Sat, 23 Sep 2000 20:47:48 +0000 (20:47 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 23 Sep 2000 20:47:48 +0000 (20:47 +0000)
* sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SYNCHRONIZED_IO):
#undef since we don't have msync.

ChangeLog
sysdeps/mach/hurd/bits/posix_opt.h

index cc48d1e2ddfff27a7fac4dd496be5e7501b63b13..e36925fb90f39da6a5503a900720ec824c025776 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-18  Mark Kettenis  <kettenis@gnu.org>
 
+       * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SYNCHRONIZED_IO):
+       #undef since we don't have msync.
+
        * sysdeps/mach/hurd/bits/time.h: (CLOCKS_PER_SEC): Make a long int
        constant since that is what clock_t is.
        * sysdeps/mach/hurd/i386/bits/time.h: Likewise.
index 47a81c3f730d063b1f38d67d3cec14d63991e228..c6cdf530f3cbe356bac8b31c098eb1e6908e0942 100644 (file)
@@ -31,8 +31,8 @@
 /* Processes have a saved set-user-ID and a saved set-group-ID.  */
 #define        _POSIX_SAVED_IDS        1
 
-/* Synchronizing file data is supported.  */
-#define        _POSIX_SYNCHRONIZED_IO  1
+/* Synchronizing file data is supported, but msync is missing.  */
+#undef _POSIX_SYNCHRONIZED_IO
 
 /* The fsync function is present.  */
 #define        _POSIX_FSYNC    1