diff options
Diffstat (limited to 'sysdeps/stub/fxstat.c')
-rw-r--r-- | sysdeps/stub/fxstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/fxstat.c b/sysdeps/stub/fxstat.c index 21c9098d17..0110c5fda0 100644 --- a/sysdeps/stub/fxstat.c +++ b/sysdeps/stub/fxstat.c @@ -44,6 +44,6 @@ __fxstat (int vers, int fd, struct stat *buf) __set_errno (ENOSYS); return -1; } -stub_warning (__fxstat) +stub_warning (fstat) weak_alias (__fxstat, _fxstat) |