Remove use of non-standard sigaction_t

This commit is contained in:
Todd C. Miller
2017-05-12 10:02:18 -06:00
parent b5c88e52b1
commit d979898e71
16 changed files with 14 additions and 38 deletions

View File

@@ -248,13 +248,6 @@ __dso_public int isblank(int);
# define HAVE_INNETGR 1
#endif /* HAVE__INNETGR */
/*
* Add IRIX-like sigaction_t for those without it.
*/
#ifndef HAVE_SIGACTION_T
typedef struct sigaction sigaction_t;
#endif
/*
* The nitems macro may be defined in sys/param.h
*/