Added truncate and ftruncate() prototypes and call numbers (prematurely)

Added symlink-related prototypes
This commit is contained in:
Ben Gras
2005-12-20 14:17:05 +00:00
parent 743bdb038e
commit fbc190e562
3 changed files with 7 additions and 3 deletions

View File

@@ -82,5 +82,7 @@
#define GETPRIORITY 88 /* to PM */
#define SETPRIORITY 89 /* to PM */
#define GETTIMEOFDAY 90 /* to PM */
#define SETEUID 91 /* to PM (and PM -> FS) */
#define SETEGID 92 /* to PM (and PM -> FS) */
#define SETEUID 91 /* to PM */
#define SETEGID 92 /* to PM */
#define TRUNCATE 93 /* to FS */
#define FTRUNCATE 94 /* to FS */