ntdll: getdents64 might have been defined previously.
This commit is contained in:
parent
4fde1e238b
commit
3ae113a957
|
@ -119,6 +119,7 @@ typedef struct
|
|||
char d_name[256];
|
||||
} KERNEL_DIRENT64;
|
||||
|
||||
#undef getdents64
|
||||
static inline int getdents64( int fd, char *de, unsigned int size )
|
||||
{
|
||||
return syscall( __NR_getdents64, fd, de, size );
|
||||
|
|
Loading…
Reference in New Issue