File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 99#include <signal.h>
1010
1111#include "_vmprof.h"
12+ #include "vmprof_common.h"
1213
1314static destructor Original_code_dealloc = 0 ;
1415static PyObject * (* _default_eval_loop )(PyFrameObject * , int ) = 0 ;
Original file line number Diff line number Diff line change 2323#include "vmprof_mt.h"
2424#include "vmprof_getpc.h"
2525#include "vmprof_common.h"
26+ #include "vmprof_memory.h"
2627#include "compat.h"
2728
28- #if defined(__unix__ )
29- #include "rss_unix.h"
30- #elif defined(__APPLE__ )
31- #include "rss_darwin.h"
32- #endif
3329
3430
3531/* value: LSB bit is 1 if signals must be ignored; all other bits
Original file line number Diff line number Diff line change 2424
2525#include "vmprof_mt.h"
2626
27+ #include <signal.h>
28+
2729RPY_EXTERN void vmprof_ignore_signals (int ignored );
2830RPY_EXTERN long vmprof_enter_signal (void );
2931RPY_EXTERN long vmprof_exit_signal (void );
You can’t perform that action at this time.
0 commit comments