aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-08-04 21:02:11 +0200
committerCorinna Vinschen <corinna@vinschen.de>2022-08-04 22:13:59 +0200
commite71628b889de43ce37b76286a9bd204ac5efab3e (patch)
tree6bc76c9d537a937c932c8a25ec85659182d1942d
parentc2aa5b6d74139cc2236f4cdf415d7a133a61042d (diff)
downloadnewlib-e71628b889de43ce37b76286a9bd204ac5efab3e.zip
newlib-e71628b889de43ce37b76286a9bd204ac5efab3e.tar.gz
newlib-e71628b889de43ce37b76286a9bd204ac5efab3e.tar.bz2
Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry point
This was obsoleted more than 22 years ago. Time to drop it. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/include/cygwin/cygwin_dll.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/include/cygwin/cygwin_dll.h b/winsup/cygwin/include/cygwin/cygwin_dll.h
index 56b4363..10a8bc7 100644
--- a/winsup/cygwin/include/cygwin/cygwin_dll.h
+++ b/winsup/cygwin/include/cygwin/cygwin_dll.h
@@ -86,11 +86,5 @@ int WINAPI _cygwin_dll_entry (HINSTANCE h, DWORD reason, void *ptr) \
} \
return ret; \
} \
- \
-/* OBSOLETE: This is only provided for source level compatibility. */ \
-int WINAPI _cygwin_noncygwin_dll_entry (HINSTANCE h, DWORD reason, void *ptr) \
-{ \
- return _cygwin_dll_entry (h, reason, ptr); \
-} \
#endif /* __CYGWIN_CYGWIN_DLL_H__ */