Fix isystem headers including wrong files (#108)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_ELF_H_
|
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_ELF_H_
|
||||||
#define COSMOPOLITAN_LIBC_ISYSTEM_ELF_H_
|
#define COSMOPOLITAN_LIBC_ISYSTEM_ELF_H_
|
||||||
#include "libc/elf.h"
|
#include "libc/elf/elf.h"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#ifndef LIBC_ISYSTEM_GRP_H_
|
#ifndef LIBC_ISYSTEM_GRP_H_
|
||||||
#define LIBC_ISYSTEM_GRP_H_
|
#define LIBC_ISYSTEM_GRP_H_
|
||||||
#include "libc/passwd.h"
|
#include "third_party/musl/passwd.h"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#ifndef LIBC_ISYSTEM_PWD_H_
|
#ifndef LIBC_ISYSTEM_PWD_H_
|
||||||
#define LIBC_ISYSTEM_PWD_H_
|
#define LIBC_ISYSTEM_PWD_H_
|
||||||
#include "libc/passwd.h"
|
#include "third_party/musl/passwd.h"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
|
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
|
||||||
#define COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
|
#define COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
|
||||||
#include "libc/time/utime.h"
|
#include "libc/time/time.h"
|
||||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_ */
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user