summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/bits/dirent.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-10-15 22:22:32 +0000
committerDavid Schleef <ds@schleef.org>2001-10-15 22:22:32 +0000
commita70d09955b8fe499a1368b1701971f206cf6d752 (patch)
treed08ac1bee868cc91483c99ad10c9c823f53453ba /libc/sysdeps/linux/powerpc/bits/dirent.h
parente66d628551d918d4ee89d67fe62b627cae27d210 (diff)
Merged patch from pre-glibc-2.2.4 files
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/dirent.h')
-rw-r--r--libc/sysdeps/linux/powerpc/bits/dirent.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/dirent.h b/libc/sysdeps/linux/powerpc/bits/dirent.h
index 76794b08d..81562a8c4 100644
--- a/libc/sysdeps/linux/powerpc/bits/dirent.h
+++ b/libc/sysdeps/linux/powerpc/bits/dirent.h
@@ -16,6 +16,16 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+/*
+ * June 25, 2001
+ *
+ * Removed d_type support for dirent and undefined _DIRENT_HAVE_D_TYPE;
+ * i.e. match the kernel structs and avoid any translation for now.
+ * Note: glibc fakes d_type for the dirent case.
+ * Note: dirent64 still has the d_type field.
+ */
+
+
#ifndef _DIRENT_H
# error "Never use <bits/dirent.h> directly; include <dirent.h> instead."
#endif
@@ -30,7 +40,6 @@ struct dirent
__off64_t d_off;
#endif
unsigned short int d_reclen;
- unsigned char d_type;
char d_name[256]; /* We must not include limits.h! */
};
@@ -50,4 +59,4 @@ struct dirent64
#undef _DIRENT_HAVE_D_NAMLEN
#define _DIRENT_HAVE_D_RECLEN
#define _DIRENT_HAVE_D_OFF
-#define _DIRENT_HAVE_D_TYPE
+#undef _DIRENT_HAVE_D_TYPE