mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 17:30:27 +00:00
Fix certain isystem headers including the wrong files
This commit is contained in:
parent
d769df3482
commit
807478247b
4 changed files with 4 additions and 4 deletions
|
@ -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_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue