summaryrefslogtreecommitdiff
path: root/sysdeps/stub/fxstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/fxstat.c')
-rw-r--r--sysdeps/stub/fxstat.c2
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)