]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add change from main branch.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Aug 1999 20:21:41 +0000 (20:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Aug 1999 20:21:41 +0000 (20:21 +0000)
dirent/dirent.h

index 375d66ef30a211717102004add1c52e9d15cd356..139f41de7c44387a38a74c8ec03886624c3a2bcb 100644 (file)
@@ -171,10 +171,10 @@ extern void rewinddir __P ((DIR *__dirp));
 # include <bits/types.h>
 
 /* Seek to position POS on DIRP.  */
-extern void seekdir __P ((DIR *__dirp, __off_t __pos));
+extern void seekdir __P ((DIR *__dirp, long int __pos));
 
 /* Return the current position of DIRP.  */
-extern __off_t telldir __P ((DIR *__dirp));
+extern long int telldir __P ((DIR *__dirp));
 #endif
 
 #if defined __USE_BSD || defined __USE_MISC