public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: fallocate(2): fix debug output
@ 2023-12-05 21:21 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2023-12-05 21:21 UTC (permalink / raw)
  To: cygwin-cvs

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

commit 0737bda6ff5a104963c49f389ec102eaf8c5dd24
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Tue Dec 5 22:11:18 2023 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Tue Dec 5 22:20:48 2023 +0100

    Cygwin: fallocate(2): fix debug output
    
    Fixes: e01c50c7b0a6 ("Cygwin: introduce fallocate(2)")
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/syscalls.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc
index b6aeb47c86a4..486db1db67a6 100644
--- a/winsup/cygwin/syscalls.cc
+++ b/winsup/cygwin/syscalls.cc
@@ -3024,7 +3024,7 @@ fallocate (int fd, int mode, off_t offset, off_t len)
       set_errno (res);
       res = -1;
     }
-  syscall_printf ("%R = posix_fallocate(%d, %D, %D)", res, fd, offset, len);
+  syscall_printf ("%R = fallocate(%d, %y, %D, %D)", res, fd, mode, offset, len);
   return res;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-05 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-05 21:21 [newlib-cygwin/main] Cygwin: fallocate(2): fix debug output Corinna Vinschen

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).