Don't declare osigset_t, as it is done in sys/_sigset.h.

This commit is contained in:
Olivier Houchard 2004-05-04 22:38:22 +00:00
parent 9f7cc56b4e
commit 9ce5d55616
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128940

View file

@ -44,7 +44,6 @@ typedef long sig_atomic_t;
#endif
#if __BSD_VISIBLE
typedef int osigset_t;
struct osigcontext {
};