From 8228a362a9d70ae51c04d11840fa081794d26c68 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 11:53:44 +0000 Subject: r3480: moved some signal defines into include/system (This used to be commit a954e707ef5b23af84ef8f622336e36379c4a373) --- source4/include/system/select.h | 4 ++++ source4/include/system/wait.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'source4/include/system') diff --git a/source4/include/system/select.h b/source4/include/system/select.h index 0d8a5057e5..2b800fd270 100644 --- a/source4/include/system/select.h +++ b/source4/include/system/select.h @@ -24,3 +24,7 @@ #include #endif +#ifndef SELECT_CAST +#define SELECT_CAST +#endif + diff --git a/source4/include/system/wait.h b/source4/include/system/wait.h index d4c47582ad..543233ce82 100644 --- a/source4/include/system/wait.h +++ b/source4/include/system/wait.h @@ -35,3 +35,7 @@ typedef int sig_atomic_t; #define SIGCLD SIGCHLD #endif +#ifndef SIGNAL_CAST +#define SIGNAL_CAST (RETSIGTYPE (*)(int)) +#endif + -- cgit