minix/lib/libminc/arch/i386/Makefile.libc.inc
Kees Jongenburger 6b8821515d Move setjmp and strnlen to common/lib.
Move setjmp and strnlen to common/lib to allow libddekit to use them.
2012-06-18 09:20:22 +02:00

5 lines
177 B
PHP

SRCS+= byte_swap_2.S byte_swap_4.S ffs.S _setjmp.S
SRCS+= memchr.S memcmp.S memcpy.S memmove.S memset.S \
strcat.S strchr.S strcmp.S strcpy.S strlen.S \
strncmp.S strrchr.S