diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-08-18 20:11:34 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-08-18 20:11:34 +0000 |
| commit | 50079a51bbcc3abd1d2c3fac4ea610a70876ece3 (patch) | |
| tree | 37987e56c42c803d239a91e0492707926feb0d7a /include | |
| parent | a8717658d3d5d3532d505a7bb4c33e22b47e120c (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/dirent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dirent.h b/include/dirent.h index 941a97756ea6..d0b0a9a43aef 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -79,6 +79,7 @@ int dirfd(DIR *); #endif #if __BSD_VISIBLE DIR *__opendir2(const char *, int); +int fdclosedir(DIR *); int getdents(int, char *, int); int getdirentries(int, char *, int, long *); #endif |
