From 1e2702c6bae63931ca3e47981f60f3fb613ffc33 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Wed, 8 Nov 2017 11:44:57 +0100 Subject: [PATCH] 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 . - Rename uv_spawn() to program_spawn(), so that it doesn't clash with the official implementation of libuv. --- src/include/_/cdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/_/cdefs.h b/src/include/_/cdefs.h index 356fffca..210c75ec 100644 --- a/src/include/_/cdefs.h +++ b/src/include/_/cdefs.h @@ -27,7 +27,7 @@ // Version information. #define __cloudlibc__ 1 #define __cloudlibc_major__ 0 -#define __cloudlibc_minor__ 93 +#define __cloudlibc_minor__ 94 #ifdef __cplusplus #define __BEGIN_DECLS extern "C" {