about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-08 09:18:37 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-08 09:18:37 -0700
commitcdd915fd16872227c41fdff75b7a2602a987da5f (patch)
tree9514f5ee19dcfa387f688106f947e3435c05cc8d /sysdeps/unix/sysv/linux/i386
parent5afee2dc60940365e6407f433537b5a3871abd51 (diff)
downloadglibc-cdd915fd16872227c41fdff75b7a2602a987da5f.tar.gz
glibc-cdd915fd16872227c41fdff75b7a2602a987da5f.tar.xz
glibc-cdd915fd16872227c41fdff75b7a2602a987da5f.zip
Missing #include updates for dirstream code move from unix to posix.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r--sysdeps/unix/sysv/linux/i386/readdir64_r.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/readdir64_r.c b/sysdeps/unix/sysv/linux/i386/readdir64_r.c
index 3b3116c01e..8471f03dcf 100644
--- a/sysdeps/unix/sysv/linux/i386/readdir64_r.c
+++ b/sysdeps/unix/sysv/linux/i386/readdir64_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2004, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2012 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
@@ -20,7 +20,7 @@
 #define DIRENT_TYPE struct dirent64
 #define GETDENTS_64BIT_ALIGNED 1
 
-#include <sysdeps/unix/readdir_r.c>
+#include <sysdeps/posix/readdir_r.c>
 
 #undef __READDIR_R
 #undef __GETDENTS
@@ -38,7 +38,7 @@ versioned_symbol (libc, __readdir64_r, readdir64_r, GLIBC_2_2);
 #define __GETDENTS __old_getdents64
 #define DIRENT_TYPE struct __old_dirent64
 
-#include <sysdeps/unix/readdir_r.c>
+#include <sysdeps/posix/readdir_r.c>
 
 compat_symbol (libc, __old_readdir64_r, readdir64_r, GLIBC_2_1);
 #endif