Last change
on this file was
18125,
checked in by westram, 5 years ago
|
- full update from 'trunk' into 'nameserver'
- adds:
|
File size:
593 bytes
|
Line | |
---|
1 | /* This file is generated by aisc_mkpt. |
---|
2 | * Any changes you make here will be overwritten later! |
---|
3 | */ |
---|
4 | |
---|
5 | #ifndef ARB_SIGNAL_H |
---|
6 | #define ARB_SIGNAL_H |
---|
7 | |
---|
8 | /* define ARB attributes: */ |
---|
9 | #ifndef ATTRIBUTES_H |
---|
10 | # include <attributes.h> |
---|
11 | #endif |
---|
12 | |
---|
13 | |
---|
14 | /* arb_signal.cxx */ |
---|
15 | |
---|
16 | #ifndef ARB_CORE_H |
---|
17 | #include <arb_core.h> |
---|
18 | #endif |
---|
19 | |
---|
20 | void GBK_install_SIGSEGV_handler(bool dump_backtrace); |
---|
21 | GB_ERROR GBK_test_address(long *address, long key); |
---|
22 | bool GBK_running_on_valgrind(void); |
---|
23 | size_t GBK_getNonfreeableAddress(void); |
---|
24 | bool GBK_raises_SIGSEGV(void (*cb)(void)); |
---|
25 | |
---|
26 | #else |
---|
27 | #error arb_signal.h included twice |
---|
28 | #endif /* ARB_SIGNAL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.