]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Make dl-fxstatat64.c include of fxstatat64.c use <> not "".
authorJoseph Myers <joseph@codesourcery.com>
Thu, 23 Aug 2012 11:34:37 +0000 (11:34 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 23 Aug 2012 11:34:37 +0000 (11:34 +0000)
ChangeLog
sysdeps/unix/sysv/linux/dl-fxstatat64.c

index 049decdb20ebdd72dbc0a48034858f6507ab33e3..3a5a2ccb741d5fcb19b29dac91badbfda4a56ad3 100644 (file)
--- 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.
index 9a17a9b7390879a08acf33f367f683ff25437eaa..1f8c2e64158124a6be25443bb2d394aa2770cee1 100644 (file)
@@ -3,4 +3,4 @@
    function in this case.  */
 #undef __ASSUME_ATFCTS
 #define __ASSUME_ATFCTS 1
-#include "fxstatat64.c"
+#include <fxstatat64.c>