Follow-up Comment #6, bug #25713 (project make): I'm attaching a copy of config.h, the bsd_signal() man page, and the preprocessed form of main.c. (I'm using the vendor's compiler, so it's just straight "cc -E", but hopefully that'll show what you need.) Relevant tidbits:
#define HAVE_BSD_SIGNAL 1 #define HAVE_SIGACTION 1 void (*bsd_signal(int sig, void (*func)(int)))(int); typedef void (*__sigfp)(int); (file #20949, file #20950, file #20951) _______________________________________________________ Additional Item Attachment: File name: config.h Size:12 KB File name: bsd_signal.man Size:2 KB File name: main.i Size:125 KB _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?25713> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make