Skip to content
Commit 43123e77 authored by Yong Cong Sin's avatar Yong Cong Sin Committed by Chris Friedt
Browse files

posix: signal: extend strsignal buf to cover entire INT range



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: default avatarYong Cong Sin <ycsin@meta.com>
parent 009815e9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment