]> sourceware.org Git - newlib-cygwin.git/commit
Feature test macros overhaul: stdio.h
authorYaakov Selkowitz <yselkowi@redhat.com>
Mon, 14 Mar 2016 21:40:44 +0000 (16:40 -0500)
committerYaakov Selkowitz <yselkowi@redhat.com>
Fri, 18 Mar 2016 02:09:04 +0000 (21:09 -0500)
commitfeec81e5717f904b687f17ace727bfbadc597209
tree77fd180070685a9a47665d752f8f99afa5e93a9a
parent5c78499ae2ae6ac28854b43a1ad73d917b40c62d
Feature test macros overhaul: stdio.h

Throughout, remove references to __STRICT_ANSI__ and use the proper
internal macros and versions for C99, POSIX, ATFILE for the various *at
functions, or LARGEFILE for fseeko and ftello.

[v]asprintf are GNU extensions, but the *iprintf, *iscanf, and
*asnprintf functions are unique to newlib.

getw and putw were removed from POSIX.1-2001. funopen is BSD, and
fopencookie is GNU.

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
newlib/libc/include/stdio.h
newlib/libc/stdio/fopencookie.c
This page took 0.033427 seconds and 5 git commands to generate.