diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-03-28 01:07:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-03-28 01:07:05 +0000 |
commit | 567fcd81ed7e8cda0640d100f501083632b130f3 (patch) | |
tree | cd4f337869fee545f3f86941d746636cd98b6f8c /source3/include | |
parent | 9b212f8b5edf1c7a48cb13d633f8613fbd2f2a1b (diff) | |
download | samba-567fcd81ed7e8cda0640d100f501083632b130f3.tar.gz samba-567fcd81ed7e8cda0640d100f501083632b130f3.tar.bz2 samba-567fcd81ed7e8cda0640d100f501083632b130f3.zip |
merged real time signal fixes from head
(This used to be commit 03a5e62300f3cfb96d14570b73a758e6fa64c449)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index bdd8661f6f..168256fd56 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -864,6 +864,10 @@ struct printjob; #define SIGCLD SIGCHLD #endif +#ifndef SIGRTMIN +#define SIGRTMIN 32 +#endif + #ifndef MAP_FILE #define MAP_FILE 0 #endif |