diff mbox

[66/67] linux-user: add include directory header

Message ID 1525376963-79623-67-git-send-email-mst@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michael S. Tsirkin May 3, 2018, 7:51 p.m. UTC
This way it is easier to find using standard rules.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 include/linux-user/syscall_defs.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 include/linux-user/syscall_defs.h
diff mbox

Patch

diff --git a/include/linux-user/syscall_defs.h b/include/linux-user/syscall_defs.h
new file mode 100644
index 0000000..e1e0b1f
--- /dev/null
+++ b/include/linux-user/syscall_defs.h
@@ -0,0 +1 @@ 
+#include_next "../linux-user/syscall_defs.h"