]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Allow ino64_t be defined elsewhere.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Feb 2000 05:41:49 +0000 (05:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Feb 2000 05:41:49 +0000 (05:41 +0000)
posix/sys/types.h

index 8ba320006b8848ff55251517778ba0e2b055e652..2aec0f698df29b76c5767c9fdd78b1ff20e13981 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,94,95,96,97,98,99, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -49,8 +49,9 @@ typedef __ino64_t ino_t;
 # endif
 # define ino_t ino_t
 #endif
-#ifdef __USE_LARGEFILE64
+#if defined __USE_LARGEFILE64 && !defined ino64_t
 typedef __ino64_t ino64_t;
+# define ino64_t ino64_t
 #endif
 
 #ifndef dev_t