Displaying 1 result from an estimated 1 matches for "readdir64_r".
Did you mean:
readdir64
2000 Apr 24
1
Samba 2.0.6 Compilation Warning under Solaris 7
...------------------------------------------------------------
.
.
.
<dirent.h>
struct dirent *readdir(); struct dirent64 *read-
dir64();
struct dirent *readdir_r(); struct dirent64
*readdir64_r();
.
.
.
--------------------------------------------------------------------------------
>From config.h:
--------------------------------------------------------------------------------
.
.
.
#define HAVE_STRUCT_DIRENT64 1
.
.
.
#define HAVE_EXPLICIT_LARGEFILE_SUPPORT 1
....