summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux.h
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-10-29 14:02:39 +0000
committernetchild <netchild@FreeBSD.org>2006-10-29 14:02:39 +0000
commitb17bbadb52577e26b22d4f282e28dbb0a023669e (patch)
tree777e44600da3571fa21e0cdf85c6aac0b4edbbb9 /sys/i386/linux/linux.h
parente7bc018a5c33edc8676a9d4799d7f380ebee5c0b (diff)
downloadFreeBSD-src-b17bbadb52577e26b22d4f282e28dbb0a023669e.zip
FreeBSD-src-b17bbadb52577e26b22d4f282e28dbb0a023669e.tar.gz
Backout the linux aio stuff. Several problems where identified and the
dynamic nature (if no native aio code is available, the linux part returns ENOSYS because of missing requisites) should be solved differently than it is. All this will be done in P4. Not included in this commit is a backout of the changes to the native aio code (removing static in some places). Those changes (and some more) will also be needed when the reworked linux aio stuff will reenter the tree. Requested by: rwatson Discussed with: rwatson
Diffstat (limited to 'sys/i386/linux/linux.h')
-rw-r--r--sys/i386/linux/linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index 1ca7381..9ad9353 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -803,6 +803,4 @@ typedef int l_mqd_t;
#define THREADING_FLAGS (CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND)
-#include <compat/linux/linux_aio.h>
-
#endif /* !_I386_LINUX_LINUX_H_ */
OpenPOWER on IntegriCloud