diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/aio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c index a5eea0a32e..c6f700f17a 100644 --- a/source3/smbd/aio.c +++ b/source3/smbd/aio.c @@ -25,9 +25,6 @@ /* The signal we'll use to signify aio done. */ #ifndef RT_SIGNAL_AIO -#ifndef SIGRTMIN -#define SIGRTMIN NSIG -#endif #define RT_SIGNAL_AIO (SIGRTMIN+3) #endif |