summaryrefslogtreecommitdiff
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2023-09-05 03:44:10 -0700
committerWaldemar Brodkorb <wbx@openadk.org>2023-09-07 11:42:06 +0200
commit801d069af4e660b6448928509f7599b6571dadb3 (patch)
tree81df0e03155bf0c544763318330222482e064d61 /libc/sysdeps
parentcdb07d2cd52af39feb425e6d36c02b30916b9f0a (diff)
daemon.c: make _fork_parent static inline again
The commit cf649082c7d4 ("remove forced gcc optimization") removed -O3 optimization specified in the code for the function _fork_parent, but at the same time it removed the 'static inline' part of the function definition. That change seems unintended and _fork_parent is not a part of the libc interface. Make it static inline again. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'libc/sysdeps')
0 files changed, 0 insertions, 0 deletions