mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
* 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.
This commit is contained in:
parent
90f99ea6b8
commit
65ea810e9f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user