From f77e1318c515d495ac9c08bdfdf2dadf79a9649f Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 1 Dec 2021 22:42:07 +0200 Subject: Convert w32_maybe_set_errno to os_maybe_set_errno. --- posix/ChangeLog | 4 ++++ posix/gawkmisc.c | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'posix') diff --git a/posix/ChangeLog b/posix/ChangeLog index 0553a19f..06b16f74 100644 --- a/posix/ChangeLog +++ b/posix/ChangeLog @@ -1,3 +1,7 @@ +2021-12-01 Arnold D. Robbins + + * gawkmisc.c (os_maybe_set_errno): New, empty function. + 2021-10-27 Arnold D. Robbins * 5.1.1: Release tar ball made. diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c index 10c543ca..e6f316c9 100644 --- a/posix/gawkmisc.c +++ b/posix/gawkmisc.c @@ -290,6 +290,11 @@ init_sockets(void) { } +void +os_maybe_set_errno(void) +{ +} + // For MSYS, restore behavior of working in text mode. #ifdef __MSYS__ void -- cgit v1.2.3