[newlib-cygwin/main] Cygwin: dll::detach: drop declaration of unimplemented method
Corinna Vinschen via Cygwin-cvs <[email protected]>
| Newsgroups | gmane.os.cygwin.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0bb9d599a2b96a32071d838a0074f0a7c4a337cf commit 0bb9d599a2b96a32071d838a0074f0a7c4a337cf Author: Corinna Vinschen <[email protected]> AuthorDate: Mon Mar 31 17:40:26 2025 +0200 Commit: Corinna Vinschen <[email protected]> CommitDate: Mon Mar 31 17:42:40 2025 +0200 Cygwin: dll::detach: drop declaration of unimplemented method Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/local_includes/dll_init.h | 1 - 1 file changed, 1 deletion(-) diff --git a/winsup/cygwin/local_includes/dll_init.h b/winsup/cygwin/local_includes/dll_init.h index 4b76a74db0d9..0ca6cd26ca28 100644 --- a/winsup/cygwin/local_includes/dll_init.h +++ b/winsup/cygwin/local_includes/dll_init.h @@ -59,7 +59,6 @@ struct dll PWCHAR forkable_ntname; WCHAR ntname[1]; /* must be the last data member */ - void detach (); int init (); bool stat_real_file_once (); void nominate_forkable (PCWCHAR);