From: Mark Kettenis Date: Sat, 23 Sep 2000 20:47:48 +0000 (+0000) Subject: * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SYNCHRONIZED_IO): #undef since we don... X-Git-Tag: cvs/libc-2_1_95~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65ea810e9fc92c80d852444d355762ff488ad9c9;p=thirdparty%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index cc48d1e2ddf..e36925fb90f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-18 Mark Kettenis + * 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. diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index 47a81c3f730..c6cdf530f3c 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