]> git.saurik.com Git - apple/libc.git/blob - gen/FreeBSD/telldir.h.patch
f01a6d51a522b20be990229d4c64aa1342c0c922
[apple/libc.git] / gen / FreeBSD / telldir.h.patch
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