Skip to content

Commit

Permalink
Release cloudlibc v0.101.
Browse files Browse the repository at this point in the history
- Expose the jemalloc extended API to allow Rust's alloc_jemalloc to build.
  • Loading branch information
EdSchouten committed Jan 18, 2018
1 parent a0f94d5 commit c112a0e
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__ 99
#define __cloudlibc_minor__ 101

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

0 comments on commit c112a0e

Please sign in to comment.