* defs.h (SYSCALL_NEVER_FAILS): Fix typo.

This commit is contained in:
Дмитрий Левин 2011-02-05 01:07:08 +00:00
parent 50a218d4ac
commit 7655fa0907

2
defs.h
View File

@ -488,7 +488,7 @@ extern const struct xlat open_access_modes[];
#define TRACE_PROCESS 010 /* Trace process-related syscalls. */
#define TRACE_SIGNAL 020 /* Trace signal-related syscalls. */
#define TRACE_DESC 040 /* Trace file descriptor-related syscalls. */
#define SYSCALL_NEVER_FAILS 100 /* Syscall is always successful. */
#define SYSCALL_NEVER_FAILS 0100 /* Syscall is always successful. */
typedef enum {
CFLAG_NONE = 0,