]> Kevux Git Server - fll/commit
Bugfix: missing semicolon, missing macros, add todo, and remove extra errno check.
authorKevin Day <thekevinday@gmail.com>
Thu, 21 Jan 2021 04:41:34 +0000 (22:41 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 21 Jan 2021 04:41:34 +0000 (22:41 -0600)
commitb09c02670f8d500b1650bb2aa5685c699c6fa34f
tree7e17a9d69e78a545903ea881672dd65fbe0114d5
parenteb425679bee4101a976c30d06c1d8fcea95def34
Bugfix: missing semicolon, missing macros, add todo, and remove extra errno check.

Add a missing semicolon.

Add the delete macros that are missing.
After looking at this, I noticed that I will need to call these delete macos, so add a @todo to designate that a series of memory management functions need to be written for this.

The ETIMEDOUT is not valid fo the f_thread_create() function.
level_0/f_thread/c/thread-common.h
level_0/f_thread/c/thread.c