Remove definition of SIG2STR_MAX from libproc.h

Reviewed by: imp, kib, des, jilles
Pull Request: https://github.com/freebsd/freebsd-src/pull/1696
This commit is contained in:
Ricardo Branco 2025-05-10 23:18:23 +02:00 committed by Warner Losh
parent 150274edd2
commit 6ff5a5bc1a

View file

@ -105,8 +105,6 @@ typedef enum {
REG_RVAL2
} proc_reg_t;
#define SIG2STR_MAX 8
typedef struct lwpstatus {
int pr_why;
#define PR_REQUESTED 1 /* not implemented */