summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.h
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2021-08-12 08:49:01 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2022-06-17 19:33:30 +0000
commit8fb3f959dcaab8b254eadaadbacc3fa416ce69e4 (patch)
tree747f15c029dbbf399c931374cb1fc92d7041cc2f /sys/compat/linux/linux_misc.h
parent94ac0dac7f93773b32621378a3c1c95e4ff0eacf (diff)
Diffstat (limited to 'sys/compat/linux/linux_misc.h')
-rw-r--r--sys/compat/linux/linux_misc.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys/compat/linux/linux_misc.h b/sys/compat/linux/linux_misc.h
index dc17ed430014..80f6b8a58e81 100644
--- a/sys/compat/linux/linux_misc.h
+++ b/sys/compat/linux/linux_misc.h
@@ -98,31 +98,6 @@
#define __LINUX_NPXCW__ 0x37f
#endif
-#define LINUX_CLONE_VM 0x00000100
-#define LINUX_CLONE_FS 0x00000200
-#define LINUX_CLONE_FILES 0x00000400
-#define LINUX_CLONE_SIGHAND 0x00000800
-#define LINUX_CLONE_PID 0x00001000 /* No longer exist in Linux */
-#define LINUX_CLONE_PTRACE 0x00002000
-#define LINUX_CLONE_VFORK 0x00004000
-#define LINUX_CLONE_PARENT 0x00008000
-#define LINUX_CLONE_THREAD 0x00010000
-#define LINUX_CLONE_NEWNS 0x00020000 /* New mount NS */
-#define LINUX_CLONE_SYSVSEM 0x00040000
-#define LINUX_CLONE_SETTLS 0x00080000
-#define LINUX_CLONE_PARENT_SETTID 0x00100000
-#define LINUX_CLONE_CHILD_CLEARTID 0x00200000
-#define LINUX_CLONE_DETACHED 0x00400000 /* Unused */
-#define LINUX_CLONE_UNTRACED 0x00800000
-#define LINUX_CLONE_CHILD_SETTID 0x01000000
-#define LINUX_CLONE_NEWCGROUP 0x02000000 /* New cgroup NS */
-#define LINUX_CLONE_NEWUTS 0x04000000
-#define LINUX_CLONE_NEWIPC 0x08000000
-#define LINUX_CLONE_NEWUSER 0x10000000
-#define LINUX_CLONE_NEWPID 0x20000000
-#define LINUX_CLONE_NEWNET 0x40000000
-#define LINUX_CLONE_IO 0x80000000
-
/* Scheduling policies */
#define LINUX_SCHED_OTHER 0
#define LINUX_SCHED_FIFO 1
@@ -180,8 +155,6 @@ extern int stclohz;
int linux_ptrace_status(struct thread *td, int pid, int status);
#endif
void linux_to_bsd_waitopts(int options, int *bsdopts);
-int linux_set_upcall(struct thread *td, register_t stack);
-int linux_set_cloned_tls(struct thread *td, void *desc);
struct thread *linux_tdfind(struct thread *, lwpid_t, pid_t);
#endif /* _LINUX_MISC_H_ */