diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-01 12:09:19 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-01 12:09:19 +0000 |
commit | 637947f19dd2d72a0ecb2dfd6c946b8ffeabe765 (patch) | |
tree | 8cd8dc82453211919d86bb2e25db202860dbcc5b /linux-user/syscall_defs.h | |
parent | c12ab05ca5b8d214c880872f23cc4bc155183c25 (diff) | |
download | qemu-637947f19dd2d72a0ecb2dfd6c946b8ffeabe765.zip |
linux-user errno mapping, by Stuart Anderson.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2908 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/syscall_defs.h')
-rw-r--r-- | linux-user/syscall_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index a6129d89bd..5ae95b2914 100644 --- a/linux-user/syscall_defs.h +++ b/linux-user/syscall_defs.h @@ -1616,3 +1616,5 @@ struct target_sysinfo { }; #include "socket.h" + +#include "errno_defs.h" |