Skip to content
Snippets Groups Projects
Commit 5ac66d47 authored by deuce's avatar deuce
Browse files

Don't go prototyping sem_open()! It's xp_sem_open() here!

parent 1e49a0ea
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ extern "C" {
#endif
int xp_sem_init (xp_sem_t *, int, unsigned int);
int xp_sem_destroy (xp_sem_t *);
xp_sem_t *sem_open (const char *, int, ...);
xp_sem_t *xp_sem_open (const char *, int, ...);
int xp_sem_close (xp_sem_t *);
int xp_sem_unlink (const char *);
int xp_sem_wait (xp_sem_t *);
......
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