mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Define _DIRENT_MATCHES_DIRENT64 in bsd4.4/bits/dirent.h
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-08-07 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/bsd/bsd4.4/bits/dirent.h
|
||||||
|
[__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
|
||||||
|
|
||||||
2012-08-07 Joseph Myers <joseph@codesourcery.com>
|
2012-08-07 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
|
* sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Directory entry structure `struct dirent'. 4.4BSD version.
|
/* Directory entry structure `struct dirent'. 4.4BSD version.
|
||||||
Copyright (C) 1996,97,98,2001 Free Software Foundation, Inc.
|
Copyright (C) 1996-2012 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -52,3 +52,8 @@ struct dirent64
|
|||||||
#define _DIRENT_HAVE_D_RECLEN 1
|
#define _DIRENT_HAVE_D_RECLEN 1
|
||||||
#define _DIRENT_HAVE_D_NAMLEN 1
|
#define _DIRENT_HAVE_D_NAMLEN 1
|
||||||
#define _DIRENT_HAVE_D_TYPE 1
|
#define _DIRENT_HAVE_D_TYPE 1
|
||||||
|
|
||||||
|
#ifdef __INO_T_MATCHES_INO64_T
|
||||||
|
/* Inform libc code that these two types are effectively identical. */
|
||||||
|
# define _DIRENT_MATCHES_DIRENT64 1
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user