summaryrefslogtreecommitdiff
path: root/nonposix.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-07-05 11:16:08 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-07-05 11:16:08 +0300
commit12b052d0b466b3cbac905bead7c635c5d9a96c9c (patch)
tree23d13bb968d0501766813ffb55f53e7a9fc6c638 /nonposix.h
parentbaf8b9659765f8e8da75a084059a0724555a767a (diff)
downloadgawk-12b052d0b466b3cbac905bead7c635c5d9a96c9c.tar.gz
Squashed commit of the following:
commit 05b8f271482d472db8d6c2a3764b68dd3543cacc Author: Arnold D. Robbins <arnold@skeeve.com> Date: Sun Jul 3 21:35:43 2022 +0300 Nuke OS/2 stuff.
Diffstat (limited to 'nonposix.h')
-rw-r--r--nonposix.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/nonposix.h b/nonposix.h
index b975f75e..80d30da4 100644
--- a/nonposix.h
+++ b/nonposix.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012, 2013, 2016, 2017, 2018, 2019
+ * Copyright (C) 2012, 2013, 2016, 2017, 2018, 2019, 2022
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
@@ -81,19 +81,3 @@ int getppid(void);
wint_t btowc (int c);
wint_t putwc (wchar_t wc, FILE *stream);
#endif
-
-#ifdef __EMX__
-
-char *os2_fixdllname(char *dst, const char *src, size_t n);
-
-#ifdef __KLIBC__
-#include <dlfcn.h>
-
-#define dlopen(f, m) os2_dlopen(f, m)
-void *os2_dlopen(const char *file, int mode);
-
-#define dlsym(h, n) os2_dlsym(h, n)
-void *os2_dlsym(void *handle, const char *name);
-#endif /* __KLIBC__ */
-
-#endif /* __EMX__ */