Skip to content
Snippets Groups Projects
Commit 63efddb7 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

A post-merge fix.

parent 9e5a10ee
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,6 @@ extern struct fiber *fiber;
void fiber_init(void);
struct fiber *fiber_create(const char *name, int fd, int inbox_size, void (*f) (void *), void *);
void fiber_destroy_all();
void fiber_zombificate(struct fiber *f);
void wait_for(int events);
void wait_for_child(pid_t pid);
void unwait(int events);
......
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