Comment only change; s/_thread_sys_/__sys_/

This commit is contained in:
Daniel Eischen 2001-01-26 02:41:07 +00:00
parent c701da2b6e
commit f3e8cfe5ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71663
4 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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