diff options
Diffstat (limited to 'lib/libc/compat/include')
| -rw-r--r-- | lib/libc/compat/include/dirent.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/compat/include/dirent.h b/lib/libc/compat/include/dirent.h index 60f48d3648f..4a9112dc689 100644 --- a/lib/libc/compat/include/dirent.h +++ b/lib/libc/compat/include/dirent.h @@ -1,4 +1,4 @@ -/* $NetBSD: dirent.h,v 1.5 2006/03/26 18:22:40 christos Exp $ */ +/* $NetBSD: dirent.h,v 1.6 2008/05/04 18:53:26 tonnerre Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -51,7 +51,8 @@ struct dirent *__readdir30(DIR *); #if defined(_NETBSD_SOURCE) -struct dirent12 *_readdir_unlocked(DIR *); +struct dirent12 *_readdir_unlocked(DIR *, int); +struct dirent *___readdir_unlocked50(DIR *, int); struct dirent *___readdir_unlocked30(DIR *); DIR *__opendir2(const char *, int); |
