about summary refs log tree commit diff
path: root/sysdeps/generic/confname.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/confname.h')
-rw-r--r--sysdeps/generic/confname.h30
1 files changed, 29 insertions, 1 deletions
diff --git a/sysdeps/generic/confname.h b/sysdeps/generic/confname.h
index df4800e408..da189fb5c4 100644
--- a/sysdeps/generic/confname.h
+++ b/sysdeps/generic/confname.h
@@ -1,5 +1,5 @@
 /* `sysconf', `pathconf', and `confstr' NAME values.  Generic version.
-Copyright (C) 1993, 1995 Free Software Foundation, Inc.
+Copyright (C) 1993, 1995, 1996 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
@@ -60,6 +60,34 @@ enum
 #define	_SC_JOB_CONTROL		_SC_JOB_CONTROL
     _SC_SAVED_IDS,
 #define	_SC_SAVED_IDS		_SC_SAVED_IDS
+    _SC_REALTIME_SIGNALS,
+#define	_SC_REALTIME_SIGNALS	_SC_REALTIME_SIGNALS
+    _SC_PRIORITY_SCHEDULING,
+#define	_SC_PRIORITY_SCHEDULING	_SC_PRIORITY_SCHEDULING
+    _SC_TIMERS,
+#define	_SC_TIMERS		_SC_TIMERS
+    _SC_ASYNCHRONOUS_IO,
+#define	_SC_ASYNCHRONOUS_IO	_SC_ASYNCHRONOUS_IO
+    _SC_PRIORITIZED_IO,
+#define	_SC_PRIORITIZED_IO	_SC_PRIORITIZED_IO
+    _SC_SYNCHRONIZED_IO,
+#define	_SC_SYNCHRONIZED_IO	_SC_SYNCHRONIZED_IO
+    _SC_FSYNC,
+#define	_SC_FSYNC		_SC_FSYNC
+    _SC_MAPPED_FILES,
+#define	_SC_MAPPED_FILES	_SC_MAPPED_FILES
+    _SC_MEMLOCK,
+#define	_SC_MEMLOCK		_SC_MEMLOCK
+    _SC_MEMLOCK_RANGE,
+#define	_SC_MEMLOCK_RANGE	_SC_MEMLOCK_RANGE
+    _SC_MEMORY_PROTECTION,
+#define	_SC_MEMORY_PROTECTION	_SC_MEMORY_PROTECTION
+    _SC_MESSAGE_PASSING,
+#define	_SC_MESSAGE_PASSING	_SC_MESSAGE_PASSING
+    _SC_SEMAPHORES,
+#define	_SC_SEMAPHORES		_SC_SEMAPHORES
+    _SC_SHARED_MEMORY_OBJECTS,
+#define	_SC_SHARED_MEMORY_OBJECTS	_SC_SHARED_MEMORY_OBJECTS
     _SC_VERSION,
 #define	_SC_VERSION		_SC_VERSION
     _SC_PAGESIZE,