public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin/main] Cygwin: unlink_nt: declare in winsup.h
Date: Fri,  8 Sep 2023 20:41:41 +0000 (GMT)	[thread overview]
Message-ID: <20230908204141.061213858D38@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=53472e1803808d5fb91029f4c26c86989c62c82c

commit 53472e1803808d5fb91029f4c26c86989c62c82c
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Fri Sep 8 22:34:52 2023 +0200
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Fri Sep 8 22:34:52 2023 +0200

    Cygwin: unlink_nt: declare in winsup.h
    
    unlink_nt is used more than once so declare it in a header.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/fhandler/disk_file.cc   | 2 --
 winsup/cygwin/forkable.cc             | 4 ----
 winsup/cygwin/local_includes/winsup.h | 2 ++
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/winsup/cygwin/fhandler/disk_file.cc b/winsup/cygwin/fhandler/disk_file.cc
index 94f7ef566756..d59cde78b5bd 100644
--- a/winsup/cygwin/fhandler/disk_file.cc
+++ b/winsup/cygwin/fhandler/disk_file.cc
@@ -1842,8 +1842,6 @@ fhandler_disk_file::mkdir (mode_t mode)
 int
 fhandler_disk_file::rmdir ()
 {
-  extern NTSTATUS unlink_nt (path_conv &pc, bool sharable);
-
   if (!pc.isdir ())
     {
       set_errno (ENOTDIR);
diff --git a/winsup/cygwin/forkable.cc b/winsup/cygwin/forkable.cc
index c69c8bea9e98..cd317a1ae09e 100644
--- a/winsup/cygwin/forkable.cc
+++ b/winsup/cygwin/forkable.cc
@@ -27,10 +27,6 @@ details. */
 #include <assert.h>
 #include <tls_pbuf.h>
 
-/* Allow concurrent processes to use the same dll or exe
- * via their hardlink while we delete our hardlink. */
-extern NTSTATUS unlink_nt (path_conv &pc, bool sharable);
-
 #define MUTEXSEP L"@"
 #define PATHSEP L"\\"
 
diff --git a/winsup/cygwin/local_includes/winsup.h b/winsup/cygwin/local_includes/winsup.h
index c9788de8f012..bf0a0bcc3fc0 100644
--- a/winsup/cygwin/local_includes/winsup.h
+++ b/winsup/cygwin/local_includes/winsup.h
@@ -225,6 +225,8 @@ class path_conv;
 
 int stat_worker (path_conv &pc, struct stat *buf);
 
+NTSTATUS unlink_nt (path_conv &pc, bool sharable);
+
 ino_t readdir_get_ino (const char *path, bool dot_dot);
 
 /* mmap functions. */

                 reply	other threads:[~2023-09-08 20:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230908204141.061213858D38@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).