Skip to content

Commit

Permalink
Bump cloudlibc's version number to 0.94.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EdSchouten committed Nov 8, 2017
1 parent be372af commit 1e2702c
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__ 93
#define __cloudlibc_minor__ 94

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

0 comments on commit 1e2702c

Please sign in to comment.