diff options
Diffstat (limited to 'openbsd-compat/bsd-cray.h')
-rw-r--r-- | openbsd-compat/bsd-cray.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-cray.h b/openbsd-compat/bsd-cray.h new file mode 100644 index 000000000..4ca2dbe51 --- /dev/null +++ b/openbsd-compat/bsd-cray.h | |||
@@ -0,0 +1,13 @@ | |||
1 | |||
2 | #ifndef _BSD_CRAY_H | ||
3 | #define _BSD_CRAY_H | ||
4 | |||
5 | #ifdef _CRAY | ||
6 | void cray_init_job(struct passwd *); /* init cray job */ | ||
7 | void cray_job_termination_handler(int); /* process end of job signal */ | ||
8 | void cray_setup(uid_t, char *); /* set cray limits */ | ||
9 | extern char cray_tmpdir[]; /* cray tmpdir */ | ||
10 | #endif | ||
11 | |||
12 | |||
13 | #endif /* _BSD_CRAY_H */ | ||