NetBSD/sys/lib
dsl fafabf93cc Another attempt to get libsa to contain the right things.
- put a 'standards conforming' memcmp into memcmp.c
- make bcmp be a second label on the same code
- make bcmp.c be just #include "memcmp.c"
This means that libsa.o might contain both a memcmp.o and a bcmp.o, but
both contain the same code (defining both symbols) so it doesn't matter
which ld uses.
Saves worrying about which of bcmp.c and memcmp.c the architecture specific
Makefile requests.
2003-09-01 12:28:03 +00:00
..
libkern update for LWPs, and some lite cleanup. 2003-08-31 01:52:43 +00:00
libsa Another attempt to get libsa to contain the right things. 2003-09-01 12:28:03 +00:00
libz Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00