Skip to content

Commit

Permalink
Table list test
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed May 23, 2024
1 parent ac52070 commit 3c5446c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Dynamic library to catch run-time safety violations heavily inspired by [RADSan]
- [ ] macOS

## Functions
| First Header | Second Header |
|--------------|---------------|
| - l1 | - [x] |
| - l2 | - [ ] |

- Time
- [x] sleep
- [x] nanosleep
Expand Down
2 changes: 1 addition & 1 deletion src/lib_rt_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ INTERCEPTOR(void, os_unfair_lock_lock, os_unfair_lock_t lock)
__attribute__((constructor))
void init()
{
has_initialised = true;
printf ("Hello librt_check!\n");
has_initialised = true;
}

0 comments on commit 3c5446c

Please sign in to comment.