dd: port to NonStop (Bug#9076)

* src/dd.c (SA_RESETHAND): Define to 0 if not defined.
This commit is contained in:
Paul Eggert
2011-07-15 17:38:32 -07:00
parent 837e1f5519
commit efec1600c9
+5
View File
@@ -55,6 +55,11 @@
# endif
#endif
/* NonStop circa 2011 lacks SA_RESETHAND; see Bug#9076. */
#ifndef SA_RESETHAND
# define SA_RESETHAND 0
#endif
#ifndef SIGINFO
# define SIGINFO SIGUSR1
#endif