Skip to content

later 0.7.4

Choose a tag to compare

@wch wch released this 05 Jun 17:52
  • Fixed issue #45 and #63: glibc 2.28 and musl (used on Arch and Alpine Linux) added support for C11-style threads.h, which masked functions from the tinycthread library used by later. Later now detects support for threads.h and uses it if available; otherwise it uses tinycthread. PR #64