projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b959c72
)
Only define ino64_t if not already done.
author
drepper
<drepper>
Wed, 18 Aug 1999 19:12:20 +0000
(19:12 +0000)
committer
drepper
<drepper>
Wed, 18 Aug 1999 19:12:20 +0000
(19:12 +0000)
dirent/dirent.h
patch
|
blob
|
history
diff --git
a/dirent/dirent.h
b/dirent/dirent.h
index
7154b52
..
f64c7fc
100644
(file)
--- a/
dirent/dirent.h
+++ b/
dirent/dirent.h
@@
-38,8
+38,9
@@
typedef __ino64_t ino_t;
# endif
# define __ino_t_defined
# endif
-# if
def __USE_LARGEFILE64
+# if
defined __USE_LARGEFILE64 && !defined __ino64_t_defined
typedef __ino64_t ino64_t;
+# define __ino64_t_defined
# endif
#endif