diff --git a/src/worker-privs.c b/src/worker-privs.c index b4997cbd..835a7fc5 100644 --- a/src/worker-privs.c +++ b/src/worker-privs.c @@ -40,6 +40,9 @@ # endif #endif +/* On certain cases gnulib defines gettimeofday as macro; avoid that */ +#undef gettimeofday + int disable_system_calls(struct worker_st *ws) { int ret;