]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fiddle xstat aliases
authorRoland McGrath <roland@hack.frob.com>
Fri, 3 May 2013 22:15:35 +0000 (15:15 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 3 May 2013 22:15:35 +0000 (15:15 -0700)
sysdeps/nacl/fxstat.c
sysdeps/nacl/fxstat64.c [new file with mode: 0644]
sysdeps/nacl/xstat.c
sysdeps/nacl/xstat64.c [new file with mode: 0644]

index ead4833813551b542a12f246d9deaeb7fc69f9d9..a076e102f9ed86110a811c54b908b11c9e366305 100644 (file)
@@ -42,4 +42,4 @@ hidden_def (__fxstat)
 weak_alias (__fxstat, _fxstat)
 
 strong_alias (__fxstat, __fxstat64)
-hidden_def (__fxstat64)
+hidden_ver (__fxstat, __fxstat64)
diff --git a/sysdeps/nacl/fxstat64.c b/sysdeps/nacl/fxstat64.c
new file mode 100644 (file)
index 0000000..72aae12
--- /dev/null
@@ -0,0 +1 @@
+/* fxstat.c defines __fxstat64 as an alias.  */
index d4c0045abaa00ea1e19bd5cb63c88d504fcb4fad..a2f4b49883768ea90100a1bd87d4fae3f89d9175 100644 (file)
@@ -42,4 +42,4 @@ hidden_def (__xstat)
 weak_alias (__xstat, _xstat)
 
 strong_alias (__xstat, __xstat64)
-hidden_def (__xstat64)
+hidden_ver (__xstat, __xstat64)
diff --git a/sysdeps/nacl/xstat64.c b/sysdeps/nacl/xstat64.c
new file mode 100644 (file)
index 0000000..47db9b9
--- /dev/null
@@ -0,0 +1 @@
+/* xstat.c defines __xstat64 as an alias.  */