From 09579249ef15934abd830813c8ecdc1248faebd5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Oct 2000 15:26:33 +0000 Subject: Include real prototype for bcmp --- include/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/string.h b/include/string.h index e276db7ee..dcdd24fb0 100644 --- a/include/string.h +++ b/include/string.h @@ -99,7 +99,7 @@ extern size_t strspn __P ((__const char *__s, __const char *__accept)); extern char *strsignal __P ((int __sig)); /* More BSD compatabilty */ -#define bcmp memcmp +int bcmp(const void *s1, const void *s2, size_t n); /* Linux silly hour */ char *strfry __P ((char *)); -- cgit v1.2.3