diff options
Diffstat (limited to 'sysdeps/stub/sysconf.c')
-rw-r--r-- | sysdeps/stub/sysconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/stub/sysconf.c b/sysdeps/stub/sysconf.c index 1d5d483793..bb4eb87e0c 100644 --- a/sysdeps/stub/sysconf.c +++ b/sysdeps/stub/sysconf.c @@ -67,3 +67,5 @@ DEFUN(__sysconf, (name), int name) } weak_alias (__sysconf, sysconf) + +stub_warning (sysconf) |