URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [sh/] [truncate.c] - Rev 816
Compare with Previous | Blame | View Log
#include <_ansi.h> #include <sys/types.h> #include "sys/syscall.h" int truncate (const char *path, off_t length) { return __trap34 (SYS_truncate, path, length, 0); }