]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove some unnecessary redefinitions of std symbols.
authorZack Weinberg <zackw@panix.com>
Mon, 5 Feb 2018 19:38:46 +0000 (14:38 -0500)
committerZack Weinberg <zackw@panix.com>
Tue, 6 Feb 2018 00:58:01 +0000 (19:58 -0500)
commitde6da571eeff41e69a28744b4c57e219828e26bc
tree7ec277d6502791738c5145d94788bf47ec317f2f
parentc2b84df9b0207d1233b2de07b836a773889d93d8
Remove some unnecessary redefinitions of std symbols.

Two files in stdio-common were unnecessarily redefining some standard
symbols as their _IO_ aliases.

* stdio-common/vfprintf.c: Don't redefine FILE, va_list, or BUFSIZ.
        * stdio-common/tstgetln.c: Don't redefine ssize_t.
ChangeLog
stdio-common/tstgetln.c
stdio-common/vfprintf.c