mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Forgot to add extern "C" to sscanf.
This commit is contained in:
parent
c03738a9f3
commit
fa4bd9e7a8
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace Maxsi
|
|||
|
||||
// TODO: This is an ugly hack to help build binutils.
|
||||
#warning Ugly sscanf hack to help build binutils
|
||||
extern int sscanf(const char* s, const char* format, ...)
|
||||
extern "C" int sscanf(const char* s, const char* format, ...)
|
||||
{
|
||||
if ( strcmp(format, "%x") != 0 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue