Skip to content

Commit

Permalink
start using standard C11 names, fix armv7 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Sep 27, 2024
1 parent 21debb2 commit af67317
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 68 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8...3.14)

project(
cthread
VERSION 4.0.1.19
VERSION 4.0.2.0
DESCRIPTION "Emulated C11 threads and thread pool, with custom malloc replacement."
HOMEPAGE_URL "https://github.com/zelang-dev/cthread"
LANGUAGES C
Expand Down
Loading

0 comments on commit af67317

Please sign in to comment.