1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-10 19:25:12 +00:00
QB64-PE/internal/c/libqb
Matthew Kilgore 298331e490 posix mutex shouldn't allow NULL
We shouldn't allow mutex lock/unlock to silently do nothing if NULL is
passed, as that is very likely a bug. Beyond that the Windows version
doesn't do this, so it's inconsistent as well.
2022-06-14 23:56:17 -04:00
..
include Move QB64 compiler settings to libqb-common.h 2022-06-12 00:28:16 -04:00
src posix mutex shouldn't allow NULL 2022-06-14 23:56:17 -04:00
build.mk Add append-only buffer API 2022-06-11 22:47:06 -04:00