mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
* dirent/dirent.h: Only define ino64_t if not already done. * posix/sys/types.h: Likewise.
This commit is contained in:
parent
70b2845f71
commit
8353b5f6fd
@ -1,5 +1,8 @@
|
|||||||
1999-08-18 Ulrich Drepper <drepper@cygnus.com>
|
1999-08-18 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* dirent/dirent.h: Only define ino64_t if not already done.
|
||||||
|
* posix/sys/types.h: Likewise.
|
||||||
|
|
||||||
* ctype/ctype.h: Avoid useless #endif #if pairs.
|
* ctype/ctype.h: Avoid useless #endif #if pairs.
|
||||||
|
|
||||||
* dirent/dirent.h: Define ino_t and ino64_t if not done already.
|
* dirent/dirent.h: Define ino_t and ino64_t if not done already.
|
||||||
|
@ -38,8 +38,9 @@ typedef __ino64_t ino_t;
|
|||||||
# endif
|
# endif
|
||||||
# define __ino_t_defined
|
# define __ino_t_defined
|
||||||
# endif
|
# endif
|
||||||
# ifdef __USE_LARGEFILE64
|
# if defined __USE_LARGEFILE64 && !defined __ino64_t_defined
|
||||||
typedef __ino64_t ino64_t;
|
typedef __ino64_t ino64_t;
|
||||||
|
# define __ino64_t_defined
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -49,8 +49,9 @@ typedef __ino64_t ino_t;
|
|||||||
# endif
|
# endif
|
||||||
# define __ino_t_defined
|
# define __ino_t_defined
|
||||||
#endif
|
#endif
|
||||||
#ifdef __USE_LARGEFILE64
|
#if defined __USE_LARGEFILE64 && !defined __ino64_t_defined
|
||||||
typedef __ino64_t ino64_t;
|
typedef __ino64_t ino64_t;
|
||||||
|
# define __ino64_t_defined
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __dev_t_defined
|
#ifndef __dev_t_defined
|
||||||
|
Loading…
Reference in New Issue
Block a user