diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-15 01:30:32 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-15 01:30:32 +0000 |
| commit | da8e950a275e5ce315172fd399368116e11d6667 (patch) | |
| tree | 0f5b563686964329cfd2950d727981ef153ffed7 /libexec/rtld-elf/rtld-libc | |
| parent | a107ddbb83a7a93d3c4e40f5355e158d6976bf90 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld-libc')
| -rw-r--r-- | libexec/rtld-elf/rtld-libc/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rtld-elf/rtld-libc/Makefile.inc b/libexec/rtld-elf/rtld-libc/Makefile.inc index e2f260bafea0..dc3a1e47da3c 100644 --- a/libexec/rtld-elf/rtld-libc/Makefile.inc +++ b/libexec/rtld-elf/rtld-libc/Makefile.inc @@ -40,9 +40,9 @@ CFLAGS.errlst.c+=-I${LIBC_SRCTOP}/include # Use the string and memory .o files from libc instead of rebuilding them (they # might be using optimized assembly and duplicating that logic here is awkward). -_libc_string_objects= bcmp bcopy memchr memcmp memcpy memmove stpncpy strcat \ - strchr strcmp stpcpy strcpy strcspn strdup strlcat strlcpy strlen strncmp \ - strncpy strrchr strsep strspn strstr strtok +_libc_string_objects= bcmp bcopy bzero memset memchr memcmp memcpy memmove \ + stpncpy strcat strchr strcmp stpcpy strcpy strcspn strdup strlcat strlcpy \ + strlen strncmp strncpy strrchr strsep strspn strstr strtok # Also use all the syscall .o files from libc_nossp_pic: _libc_other_objects= sigsetjmp lstat stat fstat fstatat fstatfs syscall \ cerror geteuid getegid munmap mprotect sysarch __sysctl issetugid __getcwd \ |
