]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/telldir.h
Libc-763.12.tar.gz
[apple/libc.git] / gen / FreeBSD / telldir.h
index 82cf9c1b792b849c1e2a224f52629cea719e36a9..93b18933654ce07a71f5b58318d6dc87b4e4f7e7 100644 (file)
@@ -29,7 +29,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/lib/libc/gen/telldir.h,v 1.2 2001/01/24 12:59:24 deischen Exp $
+ * $FreeBSD: src/lib/libc/gen/telldir.h,v 1.3 2008/05/05 14:05:23 kib Exp $
  */
 
 #ifndef _TELLDIR_H_
@@ -59,7 +59,7 @@ struct _telldir {
        long    td_loccnt;      /* index of entry for sequential readdir's */
 };
 
-struct dirent  *_readdir_unlocked(DIR *);
+struct dirent  *_readdir_unlocked(DIR *, int);
 void           _reclaim_telldir(DIR *);
 void           _seekdir(DIR *, long);