diff options
author | 2003-10-22 23:59:44 -0700 | |
---|---|---|
committer | 2005-04-26 21:06:22 -0700 | |
commit | 1861680616736c7be1b014173e0cc0d5054b710a (patch) | |
tree | dbb861b99cda834b6c507d38d03f29c861f1a517 /klibc | |
parent | [PATCH] klibc specific tweaks (diff) | |
download | systemd-1861680616736c7be1b014173e0cc0d5054b710a.tar.gz systemd-1861680616736c7be1b014173e0cc0d5054b710a.tar.bz2 systemd-1861680616736c7be1b014173e0cc0d5054b710a.zip |
[PATCH] add ftruncate to klibc.
probably got it wrong too...
Diffstat (limited to 'klibc')
-rw-r--r-- | klibc/klibc/SYSCALLS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klibc/klibc/SYSCALLS b/klibc/klibc/SYSCALLS index 1ec94acec..802f8a171 100644 --- a/klibc/klibc/SYSCALLS +++ b/klibc/klibc/SYSCALLS @@ -103,6 +103,7 @@ int poll(struct pollfd *, nfds_t, long) int fsync(int) int readv(int, const struct iovec *, int) int writev(int, const struct iovec *, int) +int ftruncate(int, off_t) # # Signal operations |