aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-01 23:17:11 +0000
committerRoland McGrath <roland@gnu.org>2002-12-01 23:17:11 +0000
commit6d3423184e540742d013aaff0ca1e497264641ae (patch)
treef9f6be67c64a292fadbcb31a2f47191f0928324b /sysdeps/mach/hurd
parentdde2652bb6db2a9d524f46aafbac0112d1e7ae53 (diff)
downloadglibc-6d3423184e540742d013aaff0ca1e497264641ae.tar
glibc-6d3423184e540742d013aaff0ca1e497264641ae.tar.gz
glibc-6d3423184e540742d013aaff0ca1e497264641ae.tar.bz2
glibc-6d3423184e540742d013aaff0ca1e497264641ae.zip
* posix/bug-regex13.c: Include <string.h>.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/bits/posix_opt.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h
index ae330d724f..326bebff7f 100644
--- a/sysdeps/mach/hurd/bits/posix_opt.h
+++ b/sysdeps/mach/hurd/bits/posix_opt.h
@@ -1,5 +1,5 @@
/* Define POSIX options for GNU/Hurd.
- Copyright (C) 1998,2000,01 Free Software Foundation, Inc.
+ Copyright (C) 1998,2000,2001,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -42,26 +42,20 @@
#undef _POSIX_SYNCHRONIZED_IO
/* The fsync function is present. */
-#define _POSIX_FSYNC 1
+#define _POSIX_FSYNC 200112L
/* Mapping of files to memory is supported. */
-#define _POSIX_MAPPED_FILES 1
+#define _POSIX_MAPPED_FILES 200112L
/* Locking of ranges of memory is supported. */
-#define _POSIX_MEMLOCK_RANGE 1
+#define _POSIX_MEMLOCK_RANGE 200112L
/* Setting of memory protections is supported. */
-#define _POSIX_MEMORY_PROTECTION 1
+#define _POSIX_MEMORY_PROTECTION 200112L
/* POSIX.4 shared memory objects are supported (using regular files). */
#define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_MAPPED_FILES
-/* Implementation supports `poll' function. */
-#define _POSIX_POLL 1
-
-/* Implementation supports `select' and `pselect' functions. */
-#define _POSIX_SELECT 1
-
/* Elements of the `c_cc' member of `struct termios' structure
can be disabled by using the value _POSIX_VDISABLE. */
#define _POSIX_VDISABLE ((unsigned char) -1)
@@ -80,6 +74,6 @@
#define _POSIX_SHELL 1
/* The `spawn' function family is supported. */
-#define _POSIX_SPAWN 200912L
+#define _POSIX_SPAWN 200112L
#endif /* bits/posix_opt.h */