Comment only change; s/_thread_sys_/__sys_/
This commit is contained in:
parent
d683e4c4af
commit
56363d25db
@ -12,6 +12,6 @@ NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \
|
||||
|
||||
PSEUDO= _getlogin.o
|
||||
|
||||
# Pseudo syscalls that are renamed as _thread_sys_{pseudo} when
|
||||
# building libc_r.
|
||||
# Pseudo syscalls that are renamed as __sys_{pseudo} so that libc_r
|
||||
# can override them with replacements.
|
||||
PSEUDOR= _exit.o
|
||||
|
@ -16,8 +16,8 @@ NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \
|
||||
|
||||
PSEUDO= _getlogin.o
|
||||
|
||||
# Pseudo syscalls that are renamed as _thread_sys_{pseudo} when
|
||||
# building libc_r.
|
||||
# Pseudo syscalls that are renamed as __sys_{pseudo} so that libc_r can
|
||||
# override them with replacements.
|
||||
PSEUDOR= _exit.o
|
||||
|
||||
.if ${LIB} == "c"
|
||||
|
@ -16,8 +16,8 @@ NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \
|
||||
|
||||
PSEUDO= _getlogin.o
|
||||
|
||||
# Pseudo syscalls that are renamed as _thread_sys_{pseudo} when
|
||||
# building libc_r.
|
||||
# Pseudo syscalls that are renamed as __sys_{pseudo} so that libc_r can
|
||||
# override them with replacements.
|
||||
PSEUDOR= _exit.o
|
||||
|
||||
.if ${LIB} == "c"
|
||||
|
@ -12,6 +12,6 @@ NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \
|
||||
|
||||
PSEUDO= _getlogin.o
|
||||
|
||||
# Pseudo syscalls that are renamed as _thread_sys_{pseudo} when
|
||||
# building libc_r.
|
||||
# Pseudo syscalls that are renamed as __sys_{pseudo} so that libc_r
|
||||
# can override them with replacements.
|
||||
PSEUDOR= _exit.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user