Need to define strchr to init_strchr otherwise the wrong one may be called.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@934 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2004-05-11 10:46:42 +00:00
parent 5a738a9695
commit 8703b2574b
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ extern struct _KernelConfig InitKernelConfig;
#define fmemcmp init_fmemcmp
#define memcmp init_memcmp
#define memset init_memset
#define strchr init_strchr
#define strcpy init_strcpy
#define strlen init_strlen
#define fstrlen init_fstrlen