1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-20 05:32:18 +03:00

LFS support.

This commit is contained in:
Ulrich Drepper
1997-12-22 20:20:47 +00:00
parent 77d5a2df47
commit 14bb1c1b08
10 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1 @@
/* fstatfs64 is the same as fstatfs. */

View File

@@ -0,0 +1 @@
/* ftruncate64 is the same as ftruncate. */

View File

@@ -0,0 +1 @@
/* getrlimit64 is the same as getrlimit. */

View File

@@ -0,0 +1,4 @@
#define readdir64 __no_readdir64_decl
#include <sysdeps/unix/readdir.c>
#undef readdir64
weak_alias (__readdir, readdir64)

View File

@@ -0,0 +1 @@
/* readdir64 is in readdir.c */

View File

@@ -0,0 +1 @@
/* readdir64_r is in readdir_r.c */

View File

@@ -0,0 +1,4 @@
#define readdir64_r __no_readdir64_r_decl
#include <sysdeps/unix/readdir_r.c>
#undef readdir64_r
weak_alias (__readdir_r, readdir64_r)

View File

@@ -0,0 +1 @@
/* setrlimit64 is the same as setrlimit. */

View File

@@ -0,0 +1 @@
/* statfs64 is the same as statfs. */

View File

@@ -0,0 +1 @@
/* truncate64 is the same as truncate. */