]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stdio.h: Fix function-type typedef style and use _types.h __ssize_t
authorConrad Meyer <cem@FreeBSD.org>
Thu, 12 May 2016 22:13:12 +0000 (22:13 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Thu, 12 May 2016 22:13:12 +0000 (22:13 +0000)
commit9183be81a7999622ed298f0fbc19bdf3de7d091b
tree2cffeac9c49f9c55ed286da2d163887e3cb484ae
parent90abdc2dd7670099ea0bd88c5735c1ef6187223b
stdio.h: Fix function-type typedef style and use _types.h __ssize_t

I'm still not sure why only Pypy runs into the error with the function
typedefs.  Fix it anyway.

Use __ssize_t instead of ssize_t for the types; it's possible for the size_t
type to not be visible if at the wrong POSIX_VISIBLE level.

A final (crossing my fingers) follow-up to r299456.

Sponsored by: EMC / Isilon Storage Division
include/stdio.h