Don't use an empty struct.

This commit is contained in:
Olivier Houchard 2013-03-11 10:56:46 +00:00
parent 1656073469
commit 6aee0b4448

View File

@ -42,6 +42,7 @@ typedef long sig_atomic_t;
#if __BSD_VISIBLE
struct sigcontext {
int _dummy;
};
#endif