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];
|
char d_name[256];
|
||||||
} KERNEL_DIRENT64;
|
} KERNEL_DIRENT64;
|
||||||
|
|
||||||
|
#undef getdents64
|
||||||
static inline int getdents64( int fd, char *de, unsigned int size )
|
static inline int getdents64( int fd, char *de, unsigned int size )
|
||||||
{
|
{
|
||||||
return syscall( __NR_getdents64, fd, de, size );
|
return syscall( __NR_getdents64, fd, de, size );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user