summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cray.h
blob: 4ca2dbe5160381b9e51c44de6b7e8111836670e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#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 */