summaryrefslogtreecommitdiff
path: root/sys/arch/evbsh3/include/reg.h
blob: 3c11c7c31c3e622f62a239facc88742f7bddd1c5 (plain)
1
2
3
4
5
6
7
/*	$NetBSD: reg.h,v 1.1 1999/09/13 10:30:37 itojun Exp $	*/
#ifndef _EVBSH3_REG_H_
#define _EVBSH3_REG_H_

#include <sh3/reg.h>

#endif /* _EVBSH3_REG_H_ */
_ops.c?id=f2c3a41d2f598a34b5920f068c1b770e9e41e513'>Make FUTEX_WAIT_BITSET(bitset=0) fail with EINVAL to match Linux.riastradh 2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej