mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Include linux_futex.h before linux_emul.h
Approved by: kib (mentor) MFC after: 6 days
This commit is contained in:
parent
1df143759b
commit
3b8cbbded3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189861
@ -31,8 +31,6 @@
|
||||
#ifndef _LINUX_EMUL_H_
|
||||
#define _LINUX_EMUL_H_
|
||||
|
||||
#include <compat/linux/linux_futex.h>
|
||||
|
||||
struct linux_emuldata_shared {
|
||||
int refs;
|
||||
pid_t group_pid;
|
||||
|
@ -60,8 +60,8 @@ __KERNEL_RCSID(1, "$NetBSD: linux_futex.c,v 1.7 2006/07/24 19:01:49 manu Exp $")
|
||||
#include <machine/../linux/linux.h>
|
||||
#include <machine/../linux/linux_proto.h>
|
||||
#endif
|
||||
#include <compat/linux/linux_emul.h>
|
||||
#include <compat/linux/linux_futex.h>
|
||||
#include <compat/linux/linux_emul.h>
|
||||
|
||||
struct futex;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user