mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Make dl-fxstatat64.c include of fxstatat64.c use <> not "".
This commit is contained in:
parent
f04e213208
commit
4efcc02265
@ -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>
|
2012-08-22 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
|
* shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
function in this case. */
|
function in this case. */
|
||||||
#undef __ASSUME_ATFCTS
|
#undef __ASSUME_ATFCTS
|
||||||
#define __ASSUME_ATFCTS 1
|
#define __ASSUME_ATFCTS 1
|
||||||
#include "fxstatat64.c"
|
#include <fxstatat64.c>
|
||||||
|
Loading…
Reference in New Issue
Block a user