summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-01-26 02:41:07 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-01-26 02:41:07 +0000
commitf3e8cfe5efed7146deb80593a94a3cdfbef009e4 (patch)
tree41706eeda24183405c67862742486ea6f322068b /lib/libc
parentc701da2b6ef0a5a757ede3594ed809f4a80b0576 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/alpha/sys/Makefile.inc4
-rw-r--r--lib/libc/amd64/sys/Makefile.inc4
-rw-r--r--lib/libc/i386/sys/Makefile.inc4
-rw-r--r--lib/libc/ia64/sys/Makefile.inc4
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/alpha/sys/Makefile.inc b/lib/libc/alpha/sys/Makefile.inc
index 33107e55f05e..b03490085182 100644
--- a/lib/libc/alpha/sys/Makefile.inc
+++ b/lib/libc/alpha/sys/Makefile.inc
@@ -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
diff --git a/lib/libc/amd64/sys/Makefile.inc b/lib/libc/amd64/sys/Makefile.inc
index c73948d2d22e..4a6087506090 100644
--- a/lib/libc/amd64/sys/Makefile.inc
+++ b/lib/libc/amd64/sys/Makefile.inc
@@ -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"
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
index c73948d2d22e..4a6087506090 100644
--- a/lib/libc/i386/sys/Makefile.inc
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -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"
diff --git a/lib/libc/ia64/sys/Makefile.inc b/lib/libc/ia64/sys/Makefile.inc
index 33107e55f05e..b03490085182 100644
--- a/lib/libc/ia64/sys/Makefile.inc
+++ b/lib/libc/ia64/sys/Makefile.inc
@@ -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