From c7aa9d6ff8913785a50b94f8a967b084d61d6af3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Apr 1999 18:22:08 +0000 Subject: Repairing damage and recovering changes including C++ wrappers.. --- c/src/exec/posix/include/intr.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'c/src/exec/posix/include/intr.h') diff --git a/c/src/exec/posix/include/intr.h b/c/src/exec/posix/include/intr.h index f07d1f9552..48aaf64160 100644 --- a/c/src/exec/posix/include/intr.h +++ b/c/src/exec/posix/include/intr.h @@ -9,7 +9,11 @@ #ifndef __POSIX_INTERRUPTS_h #define __POSIX_INTERRUPTS_h -#include +#ifdef __cplusplus +extern "C" { +#endif + +#include #include #include @@ -68,5 +72,9 @@ int intr_timed_wait( #endif +#ifdef __cplusplus +} +#endif + #endif /* end of include file */ -- cgit v1.2.3