43123e77c0
extends the char buffer in the strsignal function to cover the entire range of `int` Had to use `-INT_MAX` as the compiler resolves ``` STRINGIFY(INT_MIN) ``` to: ``` (-2147483647 - 1) ``` instead of: ``` -2147483648 ``` Signed-off-by: Yong Cong Sin <ycsin@meta.com> |
||
---|---|---|
.. | ||
getopt | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.barrier | ||
Kconfig.clock | ||
Kconfig.cond | ||
Kconfig.eventfd | ||
Kconfig.fnmatch | ||
Kconfig.fs | ||
Kconfig.getopt | ||
Kconfig.key | ||
Kconfig.limits | ||
Kconfig.mqueue | ||
Kconfig.mutex | ||
Kconfig.pthread | ||
Kconfig.semaphore | ||
Kconfig.signal | ||
Kconfig.spinlock | ||
Kconfig.template.pooled_ipc_type | ||
Kconfig.template.pooled_type | ||
Kconfig.template.with_url | ||
Kconfig.timer | ||
Kconfig.uname | ||
_common.c | ||
barrier.c | ||
clock.c | ||
cond.c | ||
eventfd.c | ||
fnmatch.c | ||
fs.c | ||
key.c | ||
mqueue.c | ||
mutex.c | ||
nanosleep.c | ||
perror.c | ||
posix_internal.h | ||
pthread.c | ||
pthread_sched.h | ||
rwlock.c | ||
sched.c | ||
semaphore.c | ||
signal.c | ||
sleep.c | ||
spinlock.c | ||
timer.c | ||
uname.c |