X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/7b00c0c43f52e9d27168e67a26aac19065cdb40c..ad3c9f2af814c84582fdd1649e49ec4f68572c5a:/stdio/FreeBSD/funopen.c.patch diff --git a/stdio/FreeBSD/funopen.c.patch b/stdio/FreeBSD/funopen.c.patch deleted file mode 100644 index b7edcfc..0000000 --- a/stdio/FreeBSD/funopen.c.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- funopen.c.bsdnew 2009-11-11 13:33:10.000000000 -0800 -+++ funopen.c 2009-11-11 13:33:10.000000000 -0800 -@@ -63,7 +63,8 @@ funopen(cookie, readfn, writefn, seekfn, - else - flags = __SRW; /* read-write */ - } -- if ((fp = __sfp()) == NULL) -+ /* funopen in not covered in SUSv3, so never count the streams */ -+ if ((fp = __sfp(0)) == NULL) - return (NULL); - fp->_flags = flags; - fp->_file = -1;