From 5b220c8d4c65166b34de0b9fbbd10d7f418b28d6 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 24 Apr 2002 01:17:42 +0000 Subject: [PATCH] Fix total b0rkage of signal handling caused by stupidly giving the same value to VG_USERREQ__READ_MILLISECOND_TIMER and VG_USERREQ__SIGNAL_RETURNS. Duh. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@120 --- coregrind/vg_include.h | 3 +-- vg_include.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h index 4ae38505f7..307d51a8a8 100644 --- a/coregrind/vg_include.h +++ b/coregrind/vg_include.h @@ -414,8 +414,7 @@ extern Bool VG_(is_empty_arena) ( ArenaId aid ); #define VG_USERREQ__PTHREAD_KEY_DELETE 0x300E #define VG_USERREQ__PTHREAD_SETSPECIFIC 0x300F #define VG_USERREQ__PTHREAD_GETSPECIFIC 0x3010 - -#define VG_USERREQ__READ_MILLISECOND_TIMER 0x4001 +#define VG_USERREQ__READ_MILLISECOND_TIMER 0x3011 /* Cosmetic ... */ #define VG_USERREQ__GET_PTHREAD_TRACE_LEVEL 0x3101 diff --git a/vg_include.h b/vg_include.h index 4ae38505f7..307d51a8a8 100644 --- a/vg_include.h +++ b/vg_include.h @@ -414,8 +414,7 @@ extern Bool VG_(is_empty_arena) ( ArenaId aid ); #define VG_USERREQ__PTHREAD_KEY_DELETE 0x300E #define VG_USERREQ__PTHREAD_SETSPECIFIC 0x300F #define VG_USERREQ__PTHREAD_GETSPECIFIC 0x3010 - -#define VG_USERREQ__READ_MILLISECOND_TIMER 0x4001 +#define VG_USERREQ__READ_MILLISECOND_TIMER 0x3011 /* Cosmetic ... */ #define VG_USERREQ__GET_PTHREAD_TRACE_LEVEL 0x3101 -- 2.47.3