restore bzero and bcmp prototypes for now -- this has to be hashed out.
This commit is contained in:
parent
df016928f8
commit
5624bbb1d4
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: libkern.h,v 1.36 2001/07/07 12:23:43 simonb Exp $ */
|
/* $NetBSD: libkern.h,v 1.37 2001/07/07 17:22:25 perry Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1992, 1993
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -250,10 +250,10 @@ tolower(ch)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Prototypes for non-quad routines. */
|
/* Prototypes for non-quad routines. */
|
||||||
#ifdef _STANDALONE
|
/* XXX notyet #ifdef _STANDALONE */
|
||||||
int bcmp __P((const void *, const void *, size_t));
|
int bcmp __P((const void *, const void *, size_t));
|
||||||
void bzero __P((void *, size_t));
|
void bzero __P((void *, size_t));
|
||||||
#endif
|
/* #endif */
|
||||||
void __assert __P((const char *, const char *, int, const char *))
|
void __assert __P((const char *, const char *, int, const char *))
|
||||||
__attribute__((__noreturn__));
|
__attribute__((__noreturn__));
|
||||||
int ffs __P((int));
|
int ffs __P((int));
|
||||||
|
|
Loading…
Reference in New Issue