From 1b9b6bd1ad2d862a7df86096e96991135f0fb92c Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 22 Dec 2011 12:15:45 -0800 Subject: Fixed the open-source build. --- upb/upb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/upb.h') 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 -- cgit v1.2.3