From c6b9952fa2ca89613e021ad8f64c6718b3442997 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Mon, 20 Apr 2009 04:31:24 +0000 Subject: work on chansrv --- common/os_calls.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common/os_calls.c') diff --git a/common/os_calls.c b/common/os_calls.c index 5fdcdd51..2a2184b7 100644 --- a/common/os_calls.c +++ b/common/os_calls.c @@ -1697,6 +1697,13 @@ g_get_strerror(void) #endif } +/*****************************************************************************/ +int APP_CC +g_get_errno(void) +{ + return errno; +} + /*****************************************************************************/ /* does not work in win32 */ int APP_CC -- cgit v1.2.3