summaryrefslogtreecommitdiffstats
path: root/include/linux/limits.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-16 05:34:03 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-16 05:34:03 +0000
commit967c65a99059fd459b956c1588ce0ba227912c4e (patch)
tree8224d013ff5d255420713d05610c7efebd204d2a /include/linux/limits.h
parente20c1cc1656a66a2773bca4591a895cbc12696ff (diff)
Merge with Linux 2.1.72, part 1.
Diffstat (limited to 'include/linux/limits.h')
-rw-r--r--include/linux/limits.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/limits.h b/include/linux/limits.h
index b99a12bc0..5848688e7 100644
--- a/include/linux/limits.h
+++ b/include/linux/limits.h
@@ -14,4 +14,6 @@
#define PATH_MAX 4095 /* # chars in a path name */
#define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
+#define RTSIG_MAX 32
+
#endif