(DIRENT_TYPE): Define.

This commit is contained in:
Ulrich Drepper 2000-08-14 17:39:31 +00:00
parent 5b5a4299b4
commit 8f7d68ab04

View File

@ -1,3 +1,4 @@
#define DIRENT_TYPE struct dirent64
#define DIRENT_SET_DP_INO(dp, value) \
do { (dp)->d_ino = (value); (dp)->__pad = 0; } while (0)
#define __getdents64 __no___getdents64_decl