Define VKI_SIGUSR1.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@146 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_kerneliface.h b/coregrind/vg_kerneliface.h
index 062f1e4..02dabc0 100644
--- a/coregrind/vg_kerneliface.h
+++ b/coregrind/vg_kerneliface.h
@@ -118,6 +118,7 @@
 #define VKI_SIGKILL          9
 #define VKI_SIGSTOP         19
 #define VKI_SIGTERM         15
+#define VKI_SIGUSR1         10
 
 /* The following are copied from /usr/include/bits/mman.h, which in
    turn claims to have got them from the kernel headers. */
diff --git a/vg_kerneliface.h b/vg_kerneliface.h
index 062f1e4..02dabc0 100644
--- a/vg_kerneliface.h
+++ b/vg_kerneliface.h
@@ -118,6 +118,7 @@
 #define VKI_SIGKILL          9
 #define VKI_SIGSTOP         19
 #define VKI_SIGTERM         15
+#define VKI_SIGUSR1         10
 
 /* The following are copied from /usr/include/bits/mman.h, which in
    turn claims to have got them from the kernel headers. */