Merge "support _POSIX_REALTIME_SIGNALS"

This commit is contained in:
Yabin Cui
2014-12-09 20:10:19 +00:00
committed by Gerrit Code Review
17 changed files with 403 additions and 24 deletions

View File

@@ -69,7 +69,7 @@
#define _POSIX_PRIORITIZED_IO -1 /* not implemented */
#define _POSIX_RAW_SOCKETS 200809L
#define _POSIX_READER_WRITER_LOCKS 200809L
#define _POSIX_REALTIME_SIGNALS -1 /* for now, this is not supported */
#define _POSIX_REALTIME_SIGNALS 200809L
#define _POSIX_REGEXP 1
#define _POSIX_RE_DUP_MAX 255
#define _POSIX_SAVED_IDS 1 /* saved user ids is a Linux feature */