]> git.saurik.com Git - apple/libc.git/blame - gen/FreeBSD/telldir.h.patch
Libc-391.1.21.tar.gz
[apple/libc.git] / gen / FreeBSD / telldir.h.patch
CommitLineData
3d9156a7
A
1--- telldir.h.orig 2003-05-20 15:21:03.000000000 -0700
2+++ telldir.h 2004-11-19 17:43:13.000000000 -0800
3@@ -61,6 +61,7 @@
4
5 struct dirent *_readdir_unlocked(DIR *);
6 void _reclaim_telldir(DIR *);
7-void _seekdir(DIR *, long);
8+void _seekdir(DIR *, long) __DARWIN_ALIAS(_seekdir);
9+long telldir(DIR *) __DARWIN_ALIAS(telldir);
10
11 #endif