* include/sys/cygwin.h (struct per_process): Add posix_memalign. Reduce
size of unused2 accordingly. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Initialize u->posix_memalign with address of posix_memalign. * malloc_wrapper.cc (posix_memalign): Call user-provided posix_memalign rather than just returning ENOSYS. * globals.cc (__cygwin_user_data): Initialize posix_memalign member.
This commit is contained in:
13
winsup/cygwin/release/1.7.24
Normal file
13
winsup/cygwin/release/1.7.24
Normal file
@@ -0,0 +1,13 @@
|
||||
What's new:
|
||||
-----------
|
||||
|
||||
- Allow application override of posix_memalign.
|
||||
|
||||
|
||||
What changed:
|
||||
-------------
|
||||
|
||||
|
||||
Bug fixes:
|
||||
----------
|
||||
|
Reference in New Issue
Block a user