jengelh-datetimespielwiese
Last change
on this file since 1101a8 was
1101a8,
checked in by Andreas Steenpass <steenpass@…>, 10 years ago
|
add: create Singular/rlimit.{c,h} for setting resource limits
(cherry picked from commit 88e216d8bea3cefdff011bacb24458c88bd1eb32)
Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de>
|
-
Property mode set to
100644
|
File size:
450 bytes
|
Rev | Line | |
---|
[1101a8] | 1 | /**************************************** |
---|
| 2 | * Computer Algebra System SINGULAR * |
---|
| 3 | ****************************************/ |
---|
| 4 | /*************************************************************** |
---|
| 5 | * File: rlimit.h |
---|
| 6 | * Purpose: set resource limits |
---|
| 7 | ***************************************************************/ |
---|
| 8 | |
---|
| 9 | #ifndef RLIMIT_H |
---|
| 10 | #define RLIMIT_H |
---|
| 11 | |
---|
| 12 | #ifdef __cplusplus |
---|
| 13 | extern "C" |
---|
| 14 | { |
---|
| 15 | #endif |
---|
| 16 | |
---|
| 17 | int raise_rlimit_nproc(); |
---|
| 18 | |
---|
| 19 | #ifdef __cplusplus |
---|
| 20 | } |
---|
| 21 | #endif |
---|
| 22 | |
---|
| 23 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.