projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e96bc
)
linux-user: Fix broken header guard in syscall_defs.h
author
Markus Armbruster
<armbru@redhat.com>
Wed, 29 Jun 2016 13:54:17 +0000
(15:54 +0200)
committer
Markus Armbruster
<armbru@redhat.com>
Tue, 12 Jul 2016 14:19:16 +0000
(16:19 +0200)
Found with scripts/clean-header-guards.pl.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
linux-user/syscall_defs.h
patch
|
blob
|
history
diff --git
a/linux-user/syscall_defs.h
b/linux-user/syscall_defs.h
index dce1bcc91d82830e8510e5fa8c85e368f53304fc..b43966ece0a0b9e7337e18523c82ae71c717c98c 100644
(file)
--- a/
linux-user/syscall_defs.h
+++ b/
linux-user/syscall_defs.h
@@
-5,8
+5,7
@@
necessary */
#ifndef SYSCALL_DEFS_H
-#define SYSCALL_DEFS_H 1
-
+#define SYSCALL_DEFS_H
#include "syscall_nr.h"
@@
-2577,8
+2576,6
@@
struct target_ucred {
uint32_t gid;
};
-#endif
-
typedef int32_t target_timer_t;
#define TARGET_SIGEV_MAX_SIZE 64
@@
-2620,3
+2617,5
@@
struct target_user_cap_data {
uint32_t permitted;
uint32_t inheritable;
};
+
+#endif