Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/string



Module Name:    src
Committed By:   kre
Date:           Sat Nov  2 16:10:31 UTC 2024

Modified Files:
        src/lib/libc/string: __strsignal.c

Log Message:
Delete unnecessary definitions of SIGRTMIN & SIGRTMAX

Long ago, SIGRTMIN & SIGRTMAX were #ifdef _KERNEL in
<sys/signal.h> so duplicate definitions were added
here (#ifndef SIGRTMIN so the duplicates vanished for
all practical purposes in 2016 when the symbols were
exposed to userland).

NFC (unless someone hides SIGRTMIN & SIGRTMAX again).


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/string/__strsignal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index