commit | cefad676891114f7f1baf03881eea6a55de4486b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 08 22:36:29 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 08 22:38:02 2014 +0200 |
tree | 6b51da90fc740698f42d8212b302984dddf5e4fd | |
parent | bb66030a3050594c045537feb9bbab9e7c94c45e [diff] |
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.