Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/csignal @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // This file is automatically generated. Do not edit. | |
2 // ['../../libs/compatibility/generate_cpp_c_headers.py'] | |
3 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') | |
4 | |
5 #ifndef __CSIGNAL_HEADER | |
6 #define __CSIGNAL_HEADER | |
7 | |
8 #include <signal.h> | |
9 | |
10 namespace std { | |
11 using ::sig_atomic_t; | |
12 using ::raise; | |
13 using ::signal; | |
14 } | |
15 | |
16 #endif // CSIGNAL_HEADER |