]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: syscalls: remove improper inline statement in front of syscalls
authorWilly Tarreau <w@1wt.eu>
Thu, 8 May 2014 20:36:29 +0000 (22:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 May 2014 20:38:02 +0000 (22:38 +0200)
commitcefad676891114f7f1baf03881eea6a55de4486b
tree6b51da90fc740698f42d8212b302984dddf5e4fd
parentbb66030a3050594c045537feb9bbab9e7c94c45e
BUILD: syscalls: remove improper inline statement in front of syscalls

Trying to build with an old gcc and glibc revealed that we must not
state "inline" in our _syscall* definitions since it's already present
in the declaration making use of the _syscall* macros.
include/common/accept4.h
include/common/splice.h
include/common/syscall.h