1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Sync with Linux 3.8

This commit is contained in:
Andreas Jaeger
2013-03-06 16:35:19 +01:00
parent 5c56e93368
commit 67525cb832
25 changed files with 108 additions and 6 deletions

View File

@ -26,6 +26,7 @@
#define MSG_NOERROR 010000 /* no error if message is too big */
#ifdef __USE_GNU
# define MSG_EXCEPT 020000 /* recv any msg except of specified type */
# define MSG_COPY 040000 /* copy (not remove) all queue messages */
#endif
/* Types used in the structure definition. */

View File

@ -219,7 +219,8 @@ enum __ptrace_setoptions
PTRACE_O_TRACEVFORKDONE = 0x00000020,
PTRACE_O_TRACEEXIT = 0x00000040,
PTRACE_O_TRACESECCOMP = 0x00000080,
PTRACE_O_MASK = 0x000000ff
PTRACE_O_EXITKILL = 0x00100000,
PTRACE_O_MASK = 0x001000ff
};
/* Wait extended result codes for the above trace options. */