From 4b325e96b8a892ddede92e45d6b8e3340708ee3f Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 4 Dec 2003 06:51:13 +0000 Subject: [PATCH] Moved common DEADLOCK errno constant definition to gen_defs.h. --- src/sbbs3/js_global.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sbbs3/js_global.c b/src/sbbs3/js_global.c index 5dcef53f4f..fd6aacf17f 100644 --- a/src/sbbs3/js_global.c +++ b/src/sbbs3/js_global.c @@ -2416,10 +2416,6 @@ static jsSyncMethodSpec js_global_functions[] = { {0} }; -#if defined(EDEADLK) && !defined(EDEADLOCK) - #define EDEADLOCK EDEADLK -#endif - static jsConstIntSpec js_global_const_ints[] = { /* Numeric error constants from errno.h (platform-dependant) */ {"EPERM" ,EPERM }, -- GitLab