Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / hpc / stand / include / lib / libkern / libkern.h
blobda2c8c652f2613fdaa6f9b5f6632f3eb1456c9c6
1 /* $NetBSD$ */
3 /*
4 * Fake libkern.h for the few files we borrow from sys/lib/libsa
5 */
6 #ifndef _LIB_LIBKERN_LIBKERN_H_
7 #define _LIB_LIBKERN_LIBKERN_H_
9 #include <sys/types.h>
11 size_t strlen(const char *string);
13 #endif /* !_LIB_LIBKERN_LIBKERN_H_ */