diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-22 23:59:44 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:22 -0700 |
commit | 1861680616736c7be1b014173e0cc0d5054b710a (patch) | |
tree | dbb861b99cda834b6c507d38d03f29c861f1a517 /klibc | |
parent | 1e959a4b05f93bf31d0603a027b50cb148ef7e90 (diff) |
[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 1ec94acec6..802f8a1711 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 |