musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/regex/regexec.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014年07月16日 20:44:22 -0400
committerRich Felker <dalias@aerifal.cx>2014年07月16日 20:44:22 -0400
commitc463e11eda8326aacee2ac1d516954a9574a2dcd (patch)
treed184ab694ab4e47712752bfb78601609676de9fb /src/regex/regexec.c
parent781f26bc92b0710ac025fae3be42f5575468f1a5 (diff)
downloadmusl-c463e11eda8326aacee2ac1d516954a9574a2dcd.tar.gz
simplify __stdio_exit static linking logic
the purpose of this logic is to avoid linking __stdio_exit unless any stdio reads (which might require repositioning the file offset at exit time) or writes (which might require flushing at exit time) could have been performed. previously, exit called two wrapper functions for __stdio_exit named __flush_on_exit and __seek_on_exit. both of these functions actually performed both tasks (seek and flushing) by calling the underlying __stdio_exit. in order to avoid doing this twice, an overridable data object __towrite_used was used to cause __seek_on_exit to act as a nop when __towrite was linked. now, exit only makes one call, directly to __stdio_exit. this is satisfiable by a weak dummy definition in exit.c, but the real definition is pulled in by either __toread.c or __towrite.c through their referencing a symbol which is defined only in __stdio_exit.c.
Diffstat (limited to 'src/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月14日 09:18:29 +0000

AltStyle によって変換されたページ (->オリジナル) /