mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
7b76c04b0e
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
14 lines
287 B
C
14 lines
287 B
C
--- src/threads.c.old Mon Jul 31 14:52:19 2000
|
|
+++ src/threads.c Mon Nov 18 12:19:41 2002
|
|
@@ -39,7 +39,10 @@
|
|
#include <errno.h>
|
|
#include <sys/types.h>
|
|
#include <time.h>
|
|
+
|
|
+#define __XSI_VISIBLE 1
|
|
#include <signal.h>
|
|
+#undef __XSI_VISIBLE
|
|
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|