diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index 54997f8c4..68e2ba585 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -790,7 +790,7 @@ extern char *cuserid (char *__s); #endif /* Use X/Open, but not issue 6. */ -#ifdef __USE_GNU +#if 0 /* def __USE_GNU uClibc note: not supported */ struct obstack; /* See <obstack.h>. */ /* Write formatted output to an obstack. */ |