diff options
Diffstat (limited to 'sysdeps/stub/pathconf.c')
-rw-r--r-- | sysdeps/stub/pathconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/stub/pathconf.c b/sysdeps/stub/pathconf.c index f14d10f7d1..1a544c3882 100644 --- a/sysdeps/stub/pathconf.c +++ b/sysdeps/stub/pathconf.c @@ -35,3 +35,5 @@ DEFUN(__pathconf, (path, name), CONST char *path AND int name) } weak_alias (__pathconf, pathconf) + +stub_warning (pathconf) |