authorgravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-11-01 11:46:08+02:00
committergravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-11-01 11:46:08+02:00
log888af655e0e9a3e2f0432800942cb7f7e8989d27
tree5d76017e1d08dc9db5c1320f209a83742b7f2cac
parent8fd88fdb31e638e9483e08fc42de2514fd4a616a

Add libc signature


1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/c/linux.zig+2
......@@ -87,6 +87,8 @@ pub extern "c" fn sigaltstack(ss: ?*stack_t, old_ss: ?*stack_t) c_int;
8787
8888pub extern "c" fn memfd_create(name: [*:0]const u8, flags: c_uint) c_int;
8989
90pub extern "c" fn fallocate(fd: fd_t, mode: c_int, offset: off_t, len: off_t) c_int;
91
9092pub extern "c" fn ftruncate64(fd: c_int, length: off_t) c_int;
9193
9294pub extern "c" fn sendfile(