Add POSIX 2024 NSIG_MAX.

https://www.austingroupbugs.net/view.php?id=741

Change-Id: I89117528e1ed8ab0f922bfa394fab16003070eab
diff --git a/libc/include/limits.h b/libc/include/limits.h
index 5c0ef6d..3220415 100644
--- a/libc/include/limits.h
+++ b/libc/include/limits.h
@@ -96,6 +96,12 @@
 /** Maximum value of a ssize_t. */
 #define SSIZE_MAX LONG_MAX
 
+/**
+ * POSIX 2024's name for NSIG.
+ * See the NSIG documentation for an explanation and warnings.
+ */
+#define NSIG_MAX 65
+
 /** Maximum number of bytes in a multibyte character. */
 #define MB_LEN_MAX 4