diff options
Diffstat (limited to 'lib/libc/stdio/Makefile.inc')
| -rw-r--r-- | lib/libc/stdio/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 7ab0337938ae..3841cfc15e3f 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -4,6 +4,10 @@ # stdio sources .PATH: ${.CURDIR}/../libc/stdio +.if WANT_COMPAT4_STDIO +CFLAGS+=-DCOMPAT4_STDIO +.endif + SRCS+= _flock_stub.c asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c \ fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c fgetws.c \ fileno.c findfp.c flags.c fopen.c fprintf.c fpurge.c fputc.c fputs.c \ |
