Skip to content
Snippets Groups Projects
Commit 4589db87 authored by Avi Kivity's avatar Avi Kivity
Browse files

libc: fix fcvt() build failure with mode=release

parent 1bee8e6f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@
#include <stdio.h>
#include <string.h>
// FIXME: libc defines these as macros referring to non-existent inlines
#undef strspn
#undef strcspn
char *fcvt(double x, int n, int *dp, int *sign)
{
char tmp[1500];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment