diff options
| author | christos <christos@NetBSD.org> | 2006-01-24 19:33:35 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-01-24 19:33:35 +0000 |
| commit | 6d2fba90fb02c175b6737866ac5653775ca488c5 (patch) | |
| tree | 8d3f2cd57ee295f25d49ce60beaf12f5617aedc5 /include | |
| parent | b72acd51397cab1cd86e9c43193f047c1678260d (diff) | |
remove functions that we should not be exposing.
Diffstat (limited to 'include')
| -rw-r--r-- | include/dirent.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/dirent.h b/include/dirent.h index fa32b4051ce..02b9801337a 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -1,4 +1,4 @@ -/* $NetBSD: dirent.h,v 1.26 2006/01/24 13:58:58 christos Exp $ */ +/* $NetBSD: dirent.h,v 1.27 2006/01/24 19:33:35 christos Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -97,10 +97,7 @@ void seekdir(DIR *, long); long telldir(const DIR *); #endif /* defined(_NETBSD_SOURCE) || defined(_XOPEN_SOURCE) */ #if defined(_NETBSD_SOURCE) -void __seekdir(DIR *, long); -long __telldir(const DIR *); #ifndef __LIBC12_SOURCE__ -struct dirent *__readdir(DIR *) __RENAME(____readdir30); DIR *__opendir2(const char *, int) __RENAME(__opendir230); int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int (*)(const void *, const void *)) |
