mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Fix up prototype of strtoul() to match POSIX.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef STDLIB_H
|
||||
#define STDLIB_H
|
||||
|
||||
extern unsigned long strtoul ( const char *p, const char **endp, int base );
|
||||
extern unsigned long strtoul ( const char *p, char **endp, int base );
|
||||
|
||||
#endif /* STDLIB_H */
|
||||
|
||||
Reference in New Issue
Block a user