]> sourceware.org Git - newlib-cygwin.git/commit
Add global __sglue object for all configurations
authorMatt Joyce <matthew.joyce@embedded-brains.de>
Mon, 2 May 2022 06:58:25 +0000 (08:58 +0200)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 13 May 2022 10:41:10 +0000 (12:41 +0200)
commit8b96542ed18990c9300daa4faba89ce8227b4482
treeb331d5c33ca9dbbbfa69151f6569dd003be0555e
parent3941c8a88ad1a1670ceac6e1889496174efd398f
Add global __sglue object for all configurations

Added a new global __sglue object for all configurations.
Decouples the global file object list from the _GLOBAL_REENT
structure by using this new object instead of the __sglue member
of _GLOBAL_REENT in __sfp() and _fwalk_sglue().
newlib/libc/include/sys/reent.h
newlib/libc/stdio/fcloseall.c
newlib/libc/stdio/fflush.c
newlib/libc/stdio/findfp.c
newlib/libc/stdio/refill.c
winsup/cygwin/syscalls.cc
This page took 0.030946 seconds and 5 git commands to generate.