pkgsrc/shells/bash/patches/patch-builtins_ulimit.def
2016-06-11 12:54:24 +00:00

18 lines
445 B
Modula-2

$NetBSD: patch-builtins_ulimit.def,v 1.3 2016/06/11 12:54:24 rillig Exp $
Add support for the "number of threads" ulimit that appeared
in NetBSD 6.99.x.
--- builtins/ulimit.def.orig 2013-11-01 01:46:06.000000000 +0000
+++ builtins/ulimit.def
@@ -143,6 +143,10 @@ extern int errno;
# define RLIMIT_FILESIZE 256
#endif
+#ifdef RLIMIT_NTHR
+# define RLIMIT_PTHREAD RLIMIT_NTHR
+#endif
+
#define RLIMIT_PIPESIZE 257
#ifdef RLIMIT_NOFILE