X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..6dccf0e0b5e80b7b6176e8d332e646175431bb3d:/gen/FreeBSD/telldir.h diff --git a/gen/FreeBSD/telldir.h b/gen/FreeBSD/telldir.h index c1f0ad0..271981e 100644 --- a/gen/FreeBSD/telldir.h +++ b/gen/FreeBSD/telldir.h @@ -36,6 +36,7 @@ #define _TELLDIR_H_ #include +#include /* * One of these structures is malloced to describe the current directory @@ -69,9 +70,13 @@ struct _telldir { #if __DARWIN_64_BIT_INO_T size_t __getdirentries64(int fd, void *buf, size_t bufsize, __darwin_off_t *basep); #endif /* __DARWIN_64_BIT_INO_T */ +__attribute__ ((visibility ("hidden"))) +bool _filldir(DIR *, bool) __DARWIN_INODE64(_filldir); struct dirent *_readdir_unlocked(DIR *, int) __DARWIN_INODE64(_readdir_unlocked); void _reclaim_telldir(DIR *); void _seekdir(DIR *, long) __DARWIN_ALIAS_I(_seekdir); +__attribute__ ((visibility ("hidden"))) +void _fixtelldir(DIR *dirp, long oldseek, long oldloc) __DARWIN_INODE64(_fixtelldir); long telldir(DIR *) __DARWIN_ALIAS_I(telldir); #endif