1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of

syscall. 
* sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
This commit is contained in:
Andreas Jaeger
2000-05-31 12:00:45 +00:00
parent a2fa860526
commit 2995dde005
2 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,8 @@ int __have_no_truncate64;
#endif
/* The order of hight, low depends on endianness. */
extern int __syscall_truncate64 (const char *path, int high_length, int low_length);
extern int __syscall_truncate64 (const char *path, int dummy,
int high_length, int low_length);
/* Truncate the file FD refers to to LENGTH bytes. */