NetBSD/sys/compat/osf1/osf1_util.h

17 lines
441 B
C
Raw Normal View History

/* $NetBSD: osf1_util.h,v 1.5 1999/04/23 18:01:05 cgd Exp $ */
1998-05-20 20:34:29 +04:00
#ifndef _COMPAT_OSF1_OSF1_UTIL_H_
#define _COMPAT_OSF1_OSF1_UTIL_H_
1998-01-05 20:51:27 +03:00
#include <compat/common/compat_util.h>
1998-05-20 20:34:29 +04:00
extern const char osf1_emul_path[];
#define OSF1_CHECK_ALT_EXIST(p, sgp, path) \
CHECK_ALT_EXIST(p, sgp, osf1_emul_path, path)
#define OSF1_CHECK_ALT_CREAT(p, sgp, path) \
CHECK_ALT_CREAT(p, sgp, osf1_emul_path, path)
#endif /* _COMPAT_OSF1_OSF1_UTIL_H_ */