Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
Notable changes:

- Define S_ISFIFO macro to support new versions of libuv.
  (4058102)
  • Loading branch information
cjihrig committed May 19, 2023
1 parent 4058102 commit 7dffc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uvwasi.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

#define UVWASI_VERSION_MAJOR 0
#define UVWASI_VERSION_MINOR 0
#define UVWASI_VERSION_PATCH 17
#define UVWASI_VERSION_PATCH 18
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
(UVWASI_VERSION_MINOR << 8) | \
(UVWASI_VERSION_PATCH))
Expand Down

0 comments on commit 7dffc6b

Please sign in to comment.