FreeBSD doesn't define sig_atomic_t in <signal.h> like it should...

This commit is contained in:
J.T. Conklin 1993-08-06 16:49:30 +00:00
parent 3fcadce583
commit d7933e73a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247

View File

@ -110,7 +110,7 @@
/* Set HAVE_SIG_ATOMIC_T_IN_SIGNAL_H if the type sig_atomic_t is defined
in <signal.h> as required by ANSI C. */
#define HAVE_SIG_ATOMIC_T_IN_SIGNAL_H 1
#define HAVE_SIG_ATOMIC_T_IN_SIGNAL_H 0
/* Set HAVE_SIG_ATOMIC_T_IN_TYPES_H if the type sig_atomic_t is defined
in <sys/types.h>. This is ignored if HAVE_SIG_ATOMIC_T_IN_SIGNAL_H is