Corinna Vinschen
74983727c0
Cygwin: push missing change to debug.h
...
Fixes: 48a210a457
("Cygwin: debugging: convert muto to SRWLOCK")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-22 14:53:30 +02:00
Corinna Vinschen
c1f8a7b502
Cygwin: wchar.h: Fix comment
...
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-20 20:27:37 +02:00
Corinna Vinschen
2b9d98d083
Cygwin: miscfuncs.h: fix comment
...
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-19 15:51:49 +02:00
Corinna Vinschen
782ef53619
Cygwin: rename CygwinCreateThread to create_posix_thread
...
Rename CygwinCreateThread to create_posix_thread and move
from miscfuncs.cc to create_posix_thread.cc, inbcluding all
related functions. Analogue for the prototypes.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-10 18:06:28 +02:00
Corinna Vinschen
afa7117999
Cygwin: move __caller_return_address to mm/malloc_wrapper.cc
...
It's used in this file only anyway, so make it static inline.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-10 18:05:12 +02:00
Corinna Vinschen
5851a633bd
Cygwin: make import_address a static inline function
...
It's used in malloc_init only and we never need it anywhere else,
hopefully.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-10 18:05:12 +02:00
Corinna Vinschen
56b7fd620f
Cygwin: make check_invalid_virtual_addr a static inline function
...
move it to mm/mmap.cc which uses it exclusively.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-10 18:05:12 +02:00
Corinna Vinschen
007e23d639
Cygwin: Reorganize cygwin source dir
...
Create subdirs and move files accordingly:
- DevDocs: doc files
- fhandler: fhandler sources, split fhandler.cc into base.cc and null.cc
- local_includes: local include files
- scripts: scripts called during build
- sec: security sources
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-05 12:02:11 +02:00