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] Cygwin: fhandler_mqueue: fix method declarations
Date: Tue, 25 May 2021 20:06:03 +0000 (GMT)	[thread overview]
Message-ID: <20210525200603.19CE73858018@sourceware.org> (raw)

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

commit 90e5dbfc2497ad38abef92c6cb19a54552455e57
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue May 25 22:04:43 2021 +0200

    Cygwin: fhandler_mqueue: fix method declarations
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/fhandler.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index bd63933c2..8208a0356 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -3117,16 +3117,16 @@ class fhandler_mqueue: public fhandler_disk_file
 
   struct mq_info *mqinfo_create (struct mq_attr *, mode_t, int);
   struct mq_info *mqinfo_open (int);
-  void mq_open_finish (bool success, bool created);
+  void mq_open_finish (bool, bool);
 
-  int _dup (HANDLE parent, fhandler_mqueue *child);
+  int _dup (HANDLE, fhandler_mqueue *);
 
   bool fill_filebuf ();
 
-  int mutex_lock (HANDLE mtx, bool eintr);
-  int mutex_unlock (HANDLE mtx);
-  int cond_timedwait (HANDLE evt, HANDLE mtx, const struct timespec *abstime);
-  void cond_signal (HANDLE evt);
+  int mutex_lock (HANDLE, bool);
+  int mutex_unlock (HANDLE);
+  int cond_timedwait (HANDLE, HANDLE, const struct timespec *);
+  void cond_signal (HANDLE);
 
 public:
   fhandler_mqueue ();


                 reply	other threads:[~2021-05-25 20:06 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=20210525200603.19CE73858018@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).