mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
[PATCH] add prototype for ftruncate to klibc
This commit is contained in:
@@ -103,6 +103,8 @@ __extern int optind, opterr, optopt;
|
||||
|
||||
__extern int isatty(int);
|
||||
|
||||
__extern int ftruncate(int, off_t);
|
||||
|
||||
/* Standard file descriptor numbers. */
|
||||
#define STDIN_FILENO 0
|
||||
#define STDOUT_FILENO 1
|
||||
|
||||
Reference in New Issue
Block a user