From 2b2914cc04a93ca362e4eb3663061c3039aa4049 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 12 Dec 2000 21:05:30 +0000 Subject: - add pci probing feature - add listing of available modules and insmod'ing on user request - make rescue-stage2 working --- mdk-stage1/minilibc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/minilibc.h') diff --git a/mdk-stage1/minilibc.h b/mdk-stage1/minilibc.h index e6743a854..8682ae3d2 100644 --- a/mdk-stage1/minilibc.h +++ b/mdk-stage1/minilibc.h @@ -134,6 +134,7 @@ void * memcpy(void * dst, const void * src, size_t count); int strcmp(const char * a, const char * b); int strncmp(const char * a, const char * b, int len); char * strchr(char * str, int ch); +char * strstr(char *haystack, char *needle); char * strncpy(char * dst, const char * src, int len); void print_str(int fd, char * string); -- cgit v1.2.1