[PATCH] add ftruncate to klibc.

probably got it wrong too...
This commit is contained in:
greg@kroah.com 2003-10-22 23:59:44 -07:00 committed by Greg KH
parent 1e959a4b05
commit 1861680616
1 changed files with 1 additions and 0 deletions

View File

@ -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