mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Make freebsd32_umtx_op follow the freebsd32_foo convention.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
86e06fa55b
commit
b34f4419fb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340274
@ -821,7 +821,7 @@
|
||||
struct auditinfo_addr *auditinfo_addr, \
|
||||
u_int length); }
|
||||
453 AUE_AUDITCTL NOPROTO { int auditctl(const char *path); }
|
||||
454 AUE_NULL STD { int freebsd32_umtx_op(void *obj, int op,\
|
||||
454 AUE_NULL STD { int freebsd32__umtx_op(void *obj, int op,\
|
||||
u_long val, void *uaddr, \
|
||||
void *uaddr2); }
|
||||
455 AUE_THR_NEW STD { int freebsd32_thr_new( \
|
||||
|
@ -4351,7 +4351,7 @@ static const _umtx_op_func op_table_compat32[] = {
|
||||
};
|
||||
|
||||
int
|
||||
freebsd32_umtx_op(struct thread *td, struct freebsd32_umtx_op_args *uap)
|
||||
freebsd32__umtx_op(struct thread *td, struct freebsd32__umtx_op_args *uap)
|
||||
{
|
||||
|
||||
if ((unsigned)uap->op < nitems(op_table_compat32)) {
|
||||
|
Loading…
Reference in New Issue
Block a user