aboutsummaryrefslogtreecommitdiffstats
path: root/common/sysutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/sysutils.h')
-rw-r--r--common/sysutils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/sysutils.h b/common/sysutils.h
index 712991599..0e295f5d1 100644
--- a/common/sysutils.h
+++ b/common/sysutils.h
@@ -27,11 +27,9 @@ int disable_core_dumps (void);
int enable_core_dumps (void);
const unsigned char *get_session_marker (size_t *rlen);
int check_permissions (const char *path,int extension,int checkonly);
+void gnupg_sleep (unsigned int seconds);
#ifdef HAVE_W32_SYSTEM
-/* Windows declares sleep as obsolete, but provides a definition for
- _sleep but non for the still existing sleep. */
-#define sleep(a) _sleep ((a))
#include "../jnlib/w32help.h"