diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-23 11:34:37 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-23 11:34:37 +0000 |
commit | 4efcc022656a709cc78cd9078a5bfc2b19323bc7 (patch) | |
tree | a189d572c2c9de23005800fb8af78af960f5f0f4 /sysdeps/unix/sysv | |
parent | f04e213208e4d40ccd562885ab511732d0bd033e (diff) | |
download | glibc-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.c | 2 |
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> |