stdio.h: Avoid pulling in complete fcntl.h
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 11 Apr 2016 13:15:57 +0000 (09:15 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 11 Apr 2016 13:15:57 +0000 (09:15 -0400)
commitb29ec8d981e3ad1320313e0b32d36717dc2fc577
treeeb5770dc46298efab1eb849ae1fd4a115980a8d8
parent2763362397c1cc9f3bc9c63e12fd5b667f679fef
stdio.h: Avoid pulling in complete fcntl.h

This pollutes the namespace and breaks building e.g. python, which
defines a tee() function.
ndk_patches/stdio.h.patch