diff options
Diffstat (limited to 'lib/libc/gen/readdir.c')
-rw-r--r-- | lib/libc/gen/readdir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/readdir.c b/lib/libc/gen/readdir.c index 2f586d11b61..283a9daff9d 100644 --- a/lib/libc/gen/readdir.c +++ b/lib/libc/gen/readdir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readdir.c,v 1.21 2014/03/10 07:54:14 schwarze Exp $ */ +/* $OpenBSD: readdir.c,v 1.22 2015/09/12 13:34:22 guenther Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -79,3 +79,4 @@ readdir(DIR *dirp) return (dp); } +DEF_WEAK(readdir); |