mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
* sysdeps/unix/sysv/linux/arm/eabi/ftruncate64.c: Don't use
sysdeps/generic/. * sysdeps/unix/sysv/linux/arm/eabi/truncate64.c: Likewise.
This commit is contained in:
parent
de18c6e81f
commit
8e674bfd64
@ -1,3 +1,9 @@
|
||||
2006-02-27 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/eabi/ftruncate64.c: Don't use
|
||||
sysdeps/generic/.
|
||||
* sysdeps/unix/sysv/linux/arm/eabi/truncate64.c: Likewise.
|
||||
|
||||
2006-01-12 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/arm/jmpbuf-unwind.h: Include <jmpbuf-offsets.h>.
|
||||
|
@ -73,5 +73,5 @@ weak_alias (__ftruncate64, ftruncate64)
|
||||
|
||||
#else
|
||||
/* Use the generic implementation. */
|
||||
# include <sysdeps/generic/ftruncate64.c>
|
||||
# include <misc/ftruncate64.c>
|
||||
#endif
|
||||
|
@ -71,5 +71,5 @@ truncate64 (const char *path, off64_t length)
|
||||
|
||||
#else
|
||||
/* Use the generic implementation. */
|
||||
# include <sysdeps/generic/truncate64.c>
|
||||
# include <misc/truncate64.c>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user