Skip to content

Commit

Permalink
Release cloudlibc 0.98.
Browse files Browse the repository at this point in the history
- Some final fixes for setjmp() and longjmp().
- Fix a race condition in pthread_create() for detached threads that
  terminate quickly.
- Add some more testing coverage for read().
- Make libuv implementation compatible with libuv 1.18.0.
  • Loading branch information
EdSchouten committed Dec 30, 2017
1 parent a031e79 commit 48a4f01
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__ 97
#define __cloudlibc_minor__ 98

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

0 comments on commit 48a4f01

Please sign in to comment.