X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/e3cf15b684ccf1496b6a682c8d46192674711eb2..9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf:/stdio/FreeBSD/glue.h.patch diff --git a/stdio/FreeBSD/glue.h.patch b/stdio/FreeBSD/glue.h.patch new file mode 100644 index 0000000..3734fe9 --- /dev/null +++ b/stdio/FreeBSD/glue.h.patch @@ -0,0 +1,9 @@ +--- glue.h.orig Fri Mar 22 15:42:01 2002 ++++ glue.h Sat May 3 14:38:31 2003 +@@ -45,4 +45,5 @@ + struct glue *next; + int niobs; + FILE *iobs; +-} __sglue; ++}; ++extern struct glue __sglue;