diff options
Diffstat (limited to 'lib/libc/gen/dirfd.c')
-rw-r--r-- | lib/libc/gen/dirfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/dirfd.c b/lib/libc/gen/dirfd.c index 3188a7cf5a7..843f22093fe 100644 --- a/lib/libc/gen/dirfd.c +++ b/lib/libc/gen/dirfd.c @@ -11,3 +11,4 @@ dirfd(DIR *dirp) { return (dirp->dd_fd); } +DEF_WEAK(dirfd); |