Skip to content

Commit c112a0e

Browse files
committed
Release cloudlibc v0.101.
- Expose the jemalloc extended API to allow Rust's alloc_jemalloc to build.
1 parent a0f94d5 commit c112a0e

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__ 99
30+
#define __cloudlibc_minor__ 101
3131

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

0 commit comments

Comments
 (0)