Make improvements
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
│ 02110-1301 USA │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
/* clang-format off */
|
||||
.include "libc/macros.inc"
|
||||
.include "libc/macros.internal.inc"
|
||||
|
||||
.macro .syscon group:req name:req linux:req xnu:req freebsd:req openbsd:req windows:req
|
||||
yoink _init_systemfive
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_SYSV_MACROS_H_
|
||||
#define COSMOPOLITAN_LIBC_SYSV_MACROS_H_
|
||||
#ifdef __ASSEMBLER__
|
||||
#include "libc/macros.inc"
|
||||
#include "libc/macros.internal.inc"
|
||||
/* clang-format off */
|
||||
|
||||
/**
|
||||
@@ -28,7 +28,7 @@ LIBC_SYSV_A_DIRECTDEPS = \
|
||||
LIBC_STUBS
|
||||
|
||||
LIBC_SYSV_A_FILES := \
|
||||
libc/sysv/macros.h \
|
||||
libc/sysv/macros.internal.h \
|
||||
libc/sysv/errfuns.h \
|
||||
libc/sysv/g_syscount.S \
|
||||
libc/sysv/restorert.S \
|
||||
@@ -65,7 +65,7 @@ $(LIBC_SYSV_A).pkg: \
|
||||
$(LIBC_SYSV_A_OBJS): \
|
||||
libc/sysv/consts/syscon.inc
|
||||
|
||||
libc/sysv/consts/syscon.inc: libc/macros.inc
|
||||
libc/sysv/consts/syscon.inc: libc/macros.internal.inc
|
||||
|
||||
#───────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user