DescriptionMake linux_syscall_support.h compilable with -Wstrict-prototypes
Ensure that some functions are defined as taking no arguments rather
than (in C) taking unspecified arguments. This prevents GCC from
giving errors when compiling with "-Wstrict-prototypes -Werror".
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3114
TEST=run "gcc -Wstrict-prototypes lss/linux_syscall_support.h"
Committed: https://code.google.com/p/linux-syscall-support/source/detail?r=17
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|