mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +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 fsync(int)
|
||||||
int readv(int, const struct iovec *, int)
|
int readv(int, const struct iovec *, int)
|
||||||
int writev(int, const struct iovec *, int)
|
int writev(int, const struct iovec *, int)
|
||||||
|
int ftruncate(int, off_t)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Signal operations
|
# Signal operations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user