mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-28 13:15:23 -05:00
16 lines
169 B
C
16 lines
169 B
C
|
|
#ifndef _MSL_CPP_STD_SIGNAL_H
|
|
#define _MSL_CPP_STD_SIGNAL_H
|
|
|
|
#ifdef __cplusplus
|
|
|
|
namespace std {
|
|
using ::sig_atomic_t;
|
|
using ::raise;
|
|
using ::signal;
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|