Skip to content
Snippets Groups Projects
Commit 828aaee0 authored by Alexandru-Daniel BARBU's avatar Alexandru-Daniel BARBU
Browse files

Merge branch 'solutions' into 'master'

Fix linter 5.

See merge request !12
parents 295ea09d b6d47257
Branches master
No related tags found
1 merge request!12Fix linter 5.
Pipeline #93844 passed
......@@ -30,7 +30,6 @@ typedef struct so_ring_buffer_t {
pthread_cond_t start_consumers;
int producer_is_alive;
} so_ring_buffer_t;
int ring_buffer_init(so_ring_buffer_t *rb, size_t cap);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment