Current Path : /compat/linux/proc/self/root/usr/src/tools/regression/p1003_1b/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/src/tools/regression/p1003_1b/prutil.h |
#ifndef _PRUTIL_H_ #define _PRUTIL_H_ /* * $FreeBSD: release/9.1.0/tools/regression/p1003_1b/prutil.h 57257 2000-02-16 14:28:42Z dufault $ */ struct sched_param; void quit(const char *); char *sched_text(int); int sched_is(int line, struct sched_param *, int); #endif /* _PRUTIL_H_ */