ntdll: getdents64 might have been defined previously.

This commit is contained in:
Felix Janda 2014-08-23 17:02:58 +02:00 committed by Alexandre Julliard
parent 4fde1e238b
commit 3ae113a957
1 changed files with 1 additions and 0 deletions

View File

@ -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 );