mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 11:10:21 +00:00
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
This commit is contained in:
parent
418902218c
commit
5b220c8d4c
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user