X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/2650fa9ee9806a25904566dea091b1225d74f063..b061a43bf32824cb214e9e3a29a974341de443d4:/stdio/FreeBSD/fputs.c diff --git a/stdio/FreeBSD/fputs.c b/stdio/FreeBSD/fputs.c index 163541b..0cd58ef 100644 --- a/stdio/FreeBSD/fputs.c +++ b/stdio/FreeBSD/fputs.c @@ -45,7 +45,7 @@ __FBSDID("$FreeBSD: src/lib/libc/stdio/fputs.c,v 1.12 2007/01/09 00:28:06 imp Ex #include "local.h" // 3340719: __puts_null__ is used if string is NULL. Defined in puts.c -__private_extern__ char const __puts_null__[]; +extern char const __puts_null__[]; /* * Write the given string to the given file.