chiark / gitweb /
[PATCH] sync up with the 0.84 version of klibc
[elogind.git] / klibc / klibc / include / unistd.h
index 3c51c497a7c5a41a9efb0bd41148fc2d57e91fd7..36c486f49d15a5fe4be1d836c720cdebb8b0926a 100644 (file)
@@ -82,6 +82,7 @@ __extern int ioctl(int, int, void *);
 __extern int flock(int, int);
 __extern int fsync(int);
 __extern int fdatasync(int);
+__extern int ftruncate(int, off_t);
 
 __extern int pause(void);
 __extern unsigned int alarm(unsigned int);
@@ -103,8 +104,6 @@ __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