Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-07 08:13:34 +0400
committerChristopher Faylor <me@cgf.cx>2000-08-07 08:13:34 +0400
commit709262970f79c3a1e327ddd9d641cc279c632f58 (patch)
tree9033d73c2c70b4a648984dd6641403370681a388
parent553d0fe671f6bb051a2140e9ef4c5e241c3bb4f1 (diff)
* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/include/cygwin/cygwin_dll.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 53fd399c3..a8381ce05 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 7 00:11:35 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect)
+ declarations.
+
Fri Aug 4 00:00:46 2000 Christopher Faylor <cgf@cygnus.com>
* hinfo.cc (hinfo::find_unused_handle): Just check for table entry ==
diff --git a/winsup/cygwin/include/cygwin/cygwin_dll.h b/winsup/cygwin/include/cygwin/cygwin_dll.h
index cafacb23f..05e4f3aaf 100644
--- a/winsup/cygwin/include/cygwin/cygwin_dll.h
+++ b/winsup/cygwin/include/cygwin/cygwin_dll.h
@@ -24,9 +24,6 @@ details. */
#define DECLARE_CYGWIN_DLL(Entry) \
\
CDECL_BEGIN \
- int WINAPI _cygwin_dll_entry (HANDLE h, DWORD reason, void *ptr); \
- int WINAPI _cygwin_noncygwin_dll_entry (HANDLE h, DWORD reason, void *ptr); \
- \
int WINAPI Entry (HANDLE h, DWORD reason, void *ptr); \
typedef int (*mainfunc) (int, char **, char **); \
extern int cygwin_attach_dll (HMODULE, mainfunc); \