mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
[PATCH] add ftruncate to klibc.
probably got it wrong too...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user