Fix chx_fatal

This commit is contained in:
NIIBE Yutaka
2016-06-01 07:47:58 +09:00
parent b6e3a1aba1
commit a756987d2a
4 changed files with 21 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ void chopstx_cond_broadcast (chopstx_cond_t *cond);
* Library provides default implementation as weak reference.
* User can replace it.
*/
void chx_fatal (uint32_t err_code) __attribute__((__weak__, __noreturn__));
void chx_fatal (uint32_t err_code) __attribute__((__noreturn__));
int chopstx_join (chopstx_t, void **);
void chopstx_exit (void *retval) __attribute__((__noreturn__));