diff options
Diffstat (limited to 'sysdeps/stub/dirfd.c')
-rw-r--r-- | sysdeps/stub/dirfd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/stub/dirfd.c b/sysdeps/stub/dirfd.c index f6ebd04bca..9ec19696f3 100644 --- a/sysdeps/stub/dirfd.c +++ b/sysdeps/stub/dirfd.c @@ -28,3 +28,5 @@ dirfd (dirp) errno = ENOSYS; return -1; } + +stub_warning (dirfd) |