summaryrefslogtreecommitdiff
path: root/upb/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-12-22 12:15:45 -0800
committerJoshua Haberman <jhaberman@gmail.com>2011-12-22 12:15:45 -0800
commit1b9b6bd1ad2d862a7df86096e96991135f0fb92c (patch)
treeb1023a383c22b4ce52e33d114da8cbe1bffcbd79 /upb/upb.h
parent1bcab1377de6afe8c0f9c895cdba04baacf3e4a5 (diff)
Fixed the open-source build.
Diffstat (limited to 'upb/upb.h')
-rw-r--r--upb/upb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/upb.h b/upb/upb.h
index d11c7cb..01970ca 100644
--- a/upb/upb.h
+++ b/upb/upb.h
@@ -262,7 +262,7 @@ void upb_status_copy(upb_status *to, const upb_status *from);
extern upb_errorspace upb_posix_errorspace;
void upb_status_fromerrno(upb_status *status);
-bool upb_errno_is_wouldblock();
+bool upb_errno_is_wouldblock(void);
// Like vasprintf (which allocates a string large enough for the result), but
// uses *buf (which can be NULL) as a starting point and reallocates it only if
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback