commit | 6b4aad4c1bd39c84e2d0eb8b5df0fce2a397fdfd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 18 21:59:13 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 18 21:59:13 2009 +0100 |
tree | 5f7d48b20ff73caa296f697f7872183315ddcca8 | |
parent | 259de1b702b93829d0b7229a234008be5b71458d [diff] |
[MEDIUM] add definitions for Linux kernel splicing Some older libc don't define the splice() syscall, and some even define a wrong one. For this reason, we try our best to declare it correctly. These definitions still work with recent glibc.