aboutsummaryrefslogtreecommitdiffstats
path: root/posix/gawkmisc.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-12-01 22:46:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-12-01 22:46:18 +0200
commit0521e672efdbfdaedabfacca03c7a535b4f8526c (patch)
tree96c5db398195d2b81d66a891fae0848b97bfe87d /posix/gawkmisc.c
parenta22095c81a677b82accccb53cab91052cdc0cbfe (diff)
parentf77e1318c515d495ac9c08bdfdf2dadf79a9649f (diff)
downloadegawk-0521e672efdbfdaedabfacca03c7a535b4f8526c.tar.gz
egawk-0521e672efdbfdaedabfacca03c7a535b4f8526c.tar.bz2
egawk-0521e672efdbfdaedabfacca03c7a535b4f8526c.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'posix/gawkmisc.c')
-rw-r--r--posix/gawkmisc.c5
1 files changed, 5 insertions, 0 deletions
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