diff options
Diffstat (limited to 'sysdeps/stub/fpathconf.c')
-rw-r--r-- | sysdeps/stub/fpathconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/stub/fpathconf.c b/sysdeps/stub/fpathconf.c index fe121ba3c2..4f1f1d4a1d 100644 --- a/sysdeps/stub/fpathconf.c +++ b/sysdeps/stub/fpathconf.c @@ -55,3 +55,5 @@ DEFUN(__fpathconf, (fd, name), int fd AND int name) } weak_alias (__fpathconf, fpathconf) + +stub_warning (fpathconf) |