Remove the empty definition of struct osigcontext, as it will never be used.

This commit is contained in:
Olivier Houchard 2004-09-23 22:31:49 +00:00
parent 7ea7271711
commit 1f5f31b4ec

View File

@ -45,9 +45,6 @@ typedef long sig_atomic_t;
#if __BSD_VISIBLE
struct osigcontext {
};
struct sigcontext {
};