]> Zhao Yanbai Git Server - minix.git/commit
Added truncate() and ftruncate() library calls (no FS support yet).
authorBen Gras <ben@minix3.org>
Tue, 20 Dec 2005 14:18:16 +0000 (14:18 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Dec 2005 14:18:16 +0000 (14:18 +0000)
commitffe192724ea1e4877610e7843576b8a12c9961f2
treef92b59e47715650542acf40fc790d5bb16786e73
parentfbc190e562ec8e795c0ae99a23d2a3c50b14ecbc
Added truncate() and ftruncate() library calls (no FS support yet).

Added ELOOP message to errlist.
lib/ansi/errlist.c
lib/posix/Makefile
lib/posix/_truncate.c [new file with mode: 0755]
lib/syscall/Makefile
lib/syscall/truncate.s [new file with mode: 0755]