Ignore:
Timestamp:
Jun 9, 2007, 10:26:40 PM (18 years ago)
Author:
Brendan Oakley
Message:

Use OpenWatcom strtoul, removing hacked EMX version and mismatched prototype.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/kernel.h

    r32 r122  
    4747NORET_TYPE void do_exit(long error_code);
    4848
    49 extern unsigned long simple_strtoul(const char *,char **,unsigned int);
     49#define simple_strtoul strtoul
    5050extern long simple_strtol(const char *,char **,unsigned int);
    5151extern int sprintf(char * buf, const char * fmt, ...);
Note: See TracChangeset for help on using the changeset viewer.