mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-26 17:17:20 +08:00
c8432a01c8
Note that this always returns with dli_sname and dli_saddr set to NULL, indicating no symbol matching addr could be found. Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
23 lines
487 B
Groff
23 lines
487 B
Groff
What's new:
|
|
-----------
|
|
|
|
- New API: timingsafe_bcmp, timingsafe_memcmp
|
|
|
|
- New API: dladdr
|
|
|
|
What changed:
|
|
-------------
|
|
|
|
- cygcheck and strace now always generate output with Unix LF line endings,
|
|
rather than with DOS/Windows CR LF line endings.
|
|
|
|
- fork now preserves the load order of unrelated dlopen'd modules.
|
|
|
|
- pthread_cond_wait now acts like Linux and BSD: Resume waiting for the
|
|
condition variable as if it was not interrupted, rather than returning 0.
|
|
|
|
|
|
Bug Fixes
|
|
---------
|
|
|