Skip to content

Commit 303fa0b

Browse files
committed
Bump cloudlibc to version 0.99.
This release adds pthread_cond_timedwait_relative_np(). As support for this has also been added to CloudABI itself, this function may make some functions that do relative waits more efficient.
1 parent e19395e commit 303fa0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/_/cdefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// Version information.
2828
#define __cloudlibc__ 1
2929
#define __cloudlibc_major__ 0
30-
#define __cloudlibc_minor__ 98
30+
#define __cloudlibc_minor__ 99
3131

3232
#ifdef __cplusplus
3333
#define __BEGIN_DECLS extern "C" {

0 commit comments

Comments
 (0)