View | Details | Raw Unified | Return to bug 23960 | Differences between
and this patch

Collapse All | Expand All

(-)a/sysdeps/unix/sysv/linux/getdents.c (+3 lines)
Lines 24-29 Link Here
24
# include <string.h>
24
# include <string.h>
25
# include <errno.h>
25
# include <errno.h>
26
26
27
#undef __NR_getdents64
28
#define __NR_getdents64 0xffff
29
27
# ifndef DIRENT_SET_DP_INO
30
# ifndef DIRENT_SET_DP_INO
28
#  define DIRENT_SET_DP_INO(dp, value) (dp)->d_ino = (value)
31
#  define DIRENT_SET_DP_INO(dp, value) (dp)->d_ino = (value)
29
# endif
32
# endif

Return to bug 23960