public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: threads: add missing include of mmap_alloc.h
@ 2020-04-07 15:44 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2020-04-07 15:44 UTC (permalink / raw)
  To: cygwin-cvs

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

commit ccb3a40dad106025a32259a369fa5a60f4587695
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Apr 7 17:40:38 2020 +0200

    Cygwin: threads: add missing include of mmap_alloc.h
    
    This is needed for using mmap_alloc.alloc()
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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

diff --git a/winsup/cygwin/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc
index deb648eff..b4ab7cd7d 100644
--- a/winsup/cygwin/miscfuncs.cc
+++ b/winsup/cygwin/miscfuncs.cc
@@ -16,6 +16,7 @@ details. */
 #include "fhandler.h"
 #include "exception.h"
 #include "tls_pbuf.h"
+#include "mmap_alloc.h"
 
 int __reg2
 check_invalid_virtual_addr (const void *s, unsigned sz)


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

only message in thread, other threads:[~2020-04-07 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 15:44 [newlib-cygwin] Cygwin: threads: add missing include of mmap_alloc.h 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).