mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
[PATCH] add ftruncate to klibc.
probably got it wrong too...
This commit is contained in:
parent
1e959a4b05
commit
1861680616
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user