aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-08-23 11:34:37 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-08-23 11:34:37 +0000
commit4efcc022656a709cc78cd9078a5bfc2b19323bc7 (patch)
treea189d572c2c9de23005800fb8af78af960f5f0f4
parentf04e213208e4d40ccd562885ab511732d0bd033e (diff)
downloadglibc-4efcc022656a709cc78cd9078a5bfc2b19323bc7.tar
glibc-4efcc022656a709cc78cd9078a5bfc2b19323bc7.tar.gz
glibc-4efcc022656a709cc78cd9078a5bfc2b19323bc7.tar.bz2
glibc-4efcc022656a709cc78cd9078a5bfc2b19323bc7.zip
Make dl-fxstatat64.c include of fxstatat64.c use <> not "".
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/dl-fxstatat64.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 049decdb20..3a5a2ccb74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-23 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
+ #include of fxstatat64.c.
+
2012-08-22 Roland McGrath <roland@hack.frob.com>
* shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
diff --git a/sysdeps/unix/sysv/linux/dl-fxstatat64.c b/sysdeps/unix/sysv/linux/dl-fxstatat64.c
index 9a17a9b739..1f8c2e6415 100644
--- a/sysdeps/unix/sysv/linux/dl-fxstatat64.c
+++ b/sysdeps/unix/sysv/linux/dl-fxstatat64.c
@@ -3,4 +3,4 @@
function in this case. */
#undef __ASSUME_ATFCTS
#define __ASSUME_ATFCTS 1
-#include "fxstatat64.c"
+#include <fxstatat64.c>