projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fbe2d
)
Add various new POSIX macros.
author
drepper
<drepper>
Thu, 13 Apr 2000 03:46:59 +0000
(
03:46
+0000)
committer
drepper
<drepper>
Thu, 13 Apr 2000 03:46:59 +0000
(
03:46
+0000)
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
patch
|
blob
|
history
diff --git
a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
index
6ee1121
..
d5f9e3f
100644
(file)
--- a/
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
+++ b/
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
@@
-110,4
+110,16
@@
/* POSIX shared memory objects are implemented. */
#define _POSIX_SHARED_MEMORY_OBJECTS 1
+/* GNU libc provides regular expression handling. */
+#define _POSIX_REGEXP 1
+
+/* Reader/Writer locks are available. */
+#define _POSIX_READER_WRITER_LOCKS 200912L
+
+/* We have a POSIX shell. */
+#define _POSIX_SHELL 1
+
+/* We support the Timeouts option. */
+#define _POSIX_TIMEOUTS 200912L
+
#endif /* posix_opt.h */