Skip to content

Commit

Permalink
feat: add errno codes for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldziuba03 committed Sep 1, 2024
1 parent 9241729 commit 8dee2f5
Show file tree
Hide file tree
Showing 4 changed files with 948 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set (SRC_FILES
src/internal.c
src/threadpool.c
include/pandio/threadpool.h
include/pandio/err.h
)

if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
Expand Down
Loading

0 comments on commit 8dee2f5

Please sign in to comment.