summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cray.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bsd-cray.h')
-rw-r--r--openbsd-compat/bsd-cray.h13
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
6void cray_init_job(struct passwd *); /* init cray job */
7void cray_job_termination_handler(int); /* process end of job signal */
8void cray_setup(uid_t, char *); /* set cray limits */
9extern char cray_tmpdir[]; /* cray tmpdir */
10#endif
11
12
13#endif /* _BSD_CRAY_H */