Skip to content

Commit

Permalink
Bump cloudlibc to version 0.99.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EdSchouten committed Jan 4, 2018
1 parent e19395e commit 303fa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/_/cdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// Version information.
#define __cloudlibc__ 1
#define __cloudlibc_major__ 0
#define __cloudlibc_minor__ 98
#define __cloudlibc_minor__ 99

#ifdef __cplusplus
#define __BEGIN_DECLS extern "C" {
Expand Down

0 comments on commit 303fa0b

Please sign in to comment.