diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2001-01-26 02:27:06 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-01-26 02:27:06 +0000 |
| commit | c701da2b6ef0a5a757ede3594ed809f4a80b0576 (patch) | |
| tree | b138febf803ac60e0007f556853bef2a3dc2a549 /lib/libc | |
| parent | 501fe45f679838dd3c86d0c9d28e9efde05ef945 (diff) | |
Notes
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 2a73a6cf7992..4a30e5deb03b 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. |
