aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-09-23 20:47:48 +0000
committerMark Kettenis <kettenis@gnu.org>2000-09-23 20:47:48 +0000
commit65ea810e9fc92c80d852444d355762ff488ad9c9 (patch)
tree093e51c0d84e9e3c543023157e0172ae71a60a7f /sysdeps/mach
parent90f99ea6b8f4f97c803f5ff908a0daf17a6f22e6 (diff)
downloadglibc-65ea810e9fc92c80d852444d355762ff488ad9c9.zip
glibc-65ea810e9fc92c80d852444d355762ff488ad9c9.tar.gz
glibc-65ea810e9fc92c80d852444d355762ff488ad9c9.tar.bz2
* sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SYNCHRONIZED_IO): #undef since we don't have msync.
* sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SYNCHRONIZED_IO): #undef since we don't have msync.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/bits/posix_opt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h
index 47a81c3..c6cdf53 100644
--- a/sysdeps/mach/hurd/bits/posix_opt.h
+++ b/sysdeps/mach/hurd/bits/posix_opt.h
@@ -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