mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08: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>
|
||||
|
||||
* dirent/dirent.h: Only define ino64_t if not already done.
|
||||
* posix/sys/types.h: Likewise.
|
||||
|
||||
* ctype/ctype.h: Avoid useless #endif #if pairs.
|
||||
|
||||
* dirent/dirent.h: Define ino_t and ino64_t if not done already.
|
||||
|
@ -38,8 +38,9 @@ typedef __ino64_t ino_t;
|
||||
# endif
|
||||
# define __ino_t_defined
|
||||
# endif
|
||||
# ifdef __USE_LARGEFILE64
|
||||
# if defined __USE_LARGEFILE64 && !defined __ino64_t_defined
|
||||
typedef __ino64_t ino64_t;
|
||||
# define __ino64_t_defined
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
@ -49,8 +49,9 @@ typedef __ino64_t ino_t;
|
||||
# endif
|
||||
# define __ino_t_defined
|
||||
#endif
|
||||
#ifdef __USE_LARGEFILE64
|
||||
#if defined __USE_LARGEFILE64 && !defined __ino64_t_defined
|
||||
typedef __ino64_t ino64_t;
|
||||
# define __ino64_t_defined
|
||||
#endif
|
||||
|
||||
#ifndef __dev_t_defined
|
||||
|
Loading…
Reference in New Issue
Block a user