fafabf93cc
- 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.
4 lines
79 B
C
4 lines
79 B
C
/* $NetBSD: bcmp.c,v 1.6 2003/09/01 12:28:03 dsl Exp $ */
|
|
|
|
#include "memcmp.c"
|