]> git.ipfire.org Git - thirdparty/coreutils.git/commit
stdbuf: port to oddball toupper
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Oct 2023 16:30:49 +0000 (09:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Oct 2023 07:58:04 +0000 (00:58 -0700)
commita3ce33c106c3db936deb3bfa9784d6e53f921233
tree0acfeb810b0402c9554dc9d4cd40589f80a3afa8
parent8d60cd8ad69a0c0cd0dcd86e774157bddb41cb79
stdbuf: port to oddball toupper

* src/stdbuf.c: Do not include ctype.h.
(set_libstdbuf_options): Use c_toupper, not toupper,
since the C locale is intended here.
src/stdbuf.c