about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
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 /sysdeps/unix/sysv
parentf04e213208e4d40ccd562885ab511732d0bd033e (diff)
downloadglibc-4efcc022656a709cc78cd9078a5bfc2b19323bc7.tar.gz
glibc-4efcc022656a709cc78cd9078a5bfc2b19323bc7.tar.xz
glibc-4efcc022656a709cc78cd9078a5bfc2b19323bc7.zip
Make dl-fxstatat64.c include of fxstatat64.c use <> not "".
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/linux/dl-fxstatat64.c2
1 files changed, 1 insertions, 1 deletions
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>