Skip to content

Commit 1e2702c

Browse files
committed
Bump cloudlibc's version number to 0.94.
Changes: - Added support for reading the process ID of processes from the runtime. The program_getuuid() function has been renamed to program_getpid(). - Properly deprecate all process descriptor related bits and move them into <program.h>. - Rename uv_spawn() to program_spawn(), so that it doesn't clash with the official implementation of libuv.
1 parent be372af commit 1e2702c

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__ 93
30+
#define __cloudlibc_minor__ 94
3131

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

0 commit comments

Comments
 (0)