diff options
author | deischen <deischen@FreeBSD.org> | 2001-01-26 02:27:06 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2001-01-26 02:27:06 +0000 |
commit | d683e4c4af669827844f81db40810edcd43b6611 (patch) | |
tree | eb9594ae1c1fe29f30d831c91a88a080511a7934 /lib/libc | |
parent | bf5cc85e8b948ecbbced7619ed6d3fb6b1b0edce (diff) | |
download | FreeBSD-src-d683e4c4af669827844f81db40810edcd43b6611.zip FreeBSD-src-d683e4c4af669827844f81db40810edcd43b6611.tar.gz |
Comment change only; s/_thread_sys_/__sys_/
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 2a73a6c..4a30e5d 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -16,7 +16,7 @@ INSTALL_PIC_ARCHIVE= yes PRECIOUSLIB= yes # -# This is a list of syscalls that are renamed as _thread_sys_{syscall} +# This is a list of syscalls that are renamed as __sys_{syscall} # so that libpthread and libc_r can override and/or replace them. # In the case of libc_r replacement functions are provided, whereas # libpthread can both override and provide replacement functions. |