]> granicus.if.org Git - strace/commitdiff
Declare sys_stat64, sys_lstat64, and sys_fstat64.
authorUlrich Drepper <drepper@redhat.com>
Fri, 24 Dec 1999 07:59:50 +0000 (07:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 24 Dec 1999 07:59:50 +0000 (07:59 +0000)
linux/syscall.h

index c63e42de9e4d1284ed6c3de61f7c6991f77eb233..2da0f86702135e4047c63c498b6f8028213a1257 100644 (file)
@@ -81,7 +81,8 @@ int sys_getresuid(), sys_getresgid(), sys_pread(), sys_pwrite(), sys_getcwd();
 int sys_sigaltstack(), sys_rt_sigprocmask(), sys_rt_sigaction();
 int sys_rt_sigpending(), sys_rt_sigsuspend(), sys_rt_sigqueueinfo();
 int sys_rt_sigtimedwait(), sys_prctl(), sys_poll(), sys_vfork();
-int sys_sendfile(), sys_old_mmap();
+int sys_sendfile(), sys_old_mmap(), sys_stat64(), sys_lstat64(), sys_fstat64();
+int sys_truncate64(), sys_ftruncate64();
 
 
 /* sys_socketcall subcalls */