summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-cray.h
blob: ef36652e4d58b13327dae5a805fe61acda41e25d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _BSD_CRAY_H
#define _BSD_CRAY_H

#ifdef _CRAY
void	cray_init_job(struct passwd *);		/* init cray job */
void	cray_job_termination_handler(int);	/* process end of job signal */
void	cray_setup(uid_t, char *);		/* set cray limits */
extern	char   cray_tmpdir[];			/* cray tmpdir */
#endif

#endif /* _BSD_CRAY_H */