diff options
| author | jtc <jtc@NetBSD.org> | 1994-08-02 05:01:20 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-08-02 05:01:20 +0000 |
| commit | 18ba4287c52706e4a896eb7ac1671b9ec4d30b37 (patch) | |
| tree | b2561a0af3f703ef6dfb7d79b9cc6af549ebd98f /lib/libc/string/Makefile.inc | |
| parent | da587a132a6f3da8140f166bb5d9409dcd8b5f39 (diff) | |
Add strsignal() function like on Solaris.
We might want to be able to retrieve a locale-specific signal description
(from a message catalog) and we need a function call API for that feature.
Diffstat (limited to 'lib/libc/string/Makefile.inc')
| -rw-r--r-- | lib/libc/string/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 69dd1271566..05eb461c6b7 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,11 +1,11 @@ # from: @(#)Makefile.inc 5.6 (Berkeley) 3/5/91 -# $Id: Makefile.inc,v 1.28 1994/07/06 04:07:53 mycroft Exp $ +# $Id: Makefile.inc,v 1.29 1994/08/02 05:01:20 jtc Exp $ # string sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string SRCS+= bm.c memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \ - strftime.c strmode.c strtok.c strxfrm.c + strftime.c strmode.c strsignal.c strtok.c strxfrm.c .if (${MACHINE_ARCH} == "m68k") SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \ @@ -124,7 +124,7 @@ MAN3+= bm.0 bcmp.0 bcopy.0 bstring.0 bzero.0 ffs.0 index.0 memccpy.0 memchr.0 \ memcmp.0 memcpy.0 memmove.0 memset.0 rindex.0 strcasecmp.0 strcat.0 \ strchr.0 strcmp.0 strcoll.0 strcpy.0 strcspn.0 strerror.0 strftime.0 \ string.0 strlen.0 strmode.0 strdup.0 strpbrk.0 strrchr.0 strsep.0 \ - strspn.0 strstr.0 strtok.0 strxfrm.0 swab.0 + strsignal.0 strspn.0 strstr.0 strtok.0 strxfrm.0 swab.0 MLINKS+=bm.3 bm_comp.3 bm.3 bm_exec.3 bm.3 bm_free.3 MLINKS+=strcasecmp.3 strncasecmp.3 |
