diff options
author | deischen <deischen@FreeBSD.org> | 2001-01-26 02:41:07 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2001-01-26 02:41:07 +0000 |
commit | 56363d25dbbca85e515d3809edb2b6116ffaee91 (patch) | |
tree | d627dd07d57cb345ce1c798b0c3082b585f7e0f9 /lib/libc/i386 | |
parent | d683e4c4af669827844f81db40810edcd43b6611 (diff) | |
download | FreeBSD-src-56363d25dbbca85e515d3809edb2b6116ffaee91.zip FreeBSD-src-56363d25dbbca85e515d3809edb2b6116ffaee91.tar.gz |
Comment only change; s/_thread_sys_/__sys_/
Diffstat (limited to 'lib/libc/i386')
-rw-r--r-- | lib/libc/i386/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc index c73948d..4a60875 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" |