From: Roland McGrath Date: Fri, 3 May 2013 22:15:35 +0000 (-0700) Subject: Fiddle xstat aliases X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45b90e41f752df6c417ce251aba43406debd0d7e;p=thirdparty%2Fglibc.git Fiddle xstat aliases --- diff --git a/sysdeps/nacl/fxstat.c b/sysdeps/nacl/fxstat.c index ead48338135..a076e102f9e 100644 --- a/sysdeps/nacl/fxstat.c +++ b/sysdeps/nacl/fxstat.c @@ -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 index 00000000000..72aae12fe9a --- /dev/null +++ b/sysdeps/nacl/fxstat64.c @@ -0,0 +1 @@ +/* fxstat.c defines __fxstat64 as an alias. */ diff --git a/sysdeps/nacl/xstat.c b/sysdeps/nacl/xstat.c index d4c0045abaa..a2f4b498837 100644 --- a/sysdeps/nacl/xstat.c +++ b/sysdeps/nacl/xstat.c @@ -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 index 00000000000..47db9b9368b --- /dev/null +++ b/sysdeps/nacl/xstat64.c @@ -0,0 +1 @@ +/* xstat.c defines __xstat64 as an alias. */