diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-16 13:51:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-16 13:51:52 +0200 |
commit | 1d0806b9e3c6e83443c8daa9da8f25bd4df75f9b (patch) | |
tree | 6d52e750cfff12e66b99f46729b953fd656e00d0 /runtime/wti.c | |
parent | 214e5ec7c068efaa250d106d279d50ad07a85006 (diff) | |
download | rsyslog-1d0806b9e3c6e83443c8daa9da8f25bd4df75f9b.tar.gz rsyslog-1d0806b9e3c6e83443c8daa9da8f25bd4df75f9b.tar.bz2 rsyslog-1d0806b9e3c6e83443c8daa9da8f25bd4df75f9b.zip |
calls to prctl() need to be based on configure results (cross-platform issue)
This is for another prctl() call, not present in the beta version (looks like it
would make sense to stick these into a utility function)
Diffstat (limited to 'runtime/wti.c')
-rw-r--r-- | runtime/wti.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wti.c b/runtime/wti.c index 156d8116..abdf4add 100644 --- a/runtime/wti.c +++ b/runtime/wti.c @@ -41,7 +41,6 @@ #ifdef OS_SOLARIS # include <sched.h> -# define pthread_yield() sched_yield() #endif #include "rsyslog.h" |