From: Ulrich Drepper Date: Thu, 19 Aug 1999 20:21:41 +0000 (+0000) Subject: Add change from main branch. X-Git-Tag: cvs/glibc_2-1-2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b7ecbe56c3c21327d16bc8c4f4e7335cf49a0c1;p=thirdparty%2Fglibc.git Add change from main branch. --- diff --git a/dirent/dirent.h b/dirent/dirent.h index 375d66ef30a..139f41de7c4 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.h @@ -171,10 +171,10 @@ extern void rewinddir __P ((DIR *__dirp)); # include /* 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