summaryrefslogtreecommitdiff
path: root/upb/bindings/stdc/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/bindings/stdc/error.h')
-rw-r--r--upb/bindings/stdc/error.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/upb/bindings/stdc/error.h b/upb/bindings/stdc/error.h
deleted file mode 100644
index 69a2e2b..0000000
--- a/upb/bindings/stdc/error.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-** Handling of errno.
-*/
-
-#include "upb/upb.h"
-
-#ifndef UPB_STDC_ERROR_H_
-#define UPB_STDC_ERROR_H_
-
-UPB_BEGIN_EXTERN_C
-
-extern upb_errorspace upb_stdc_errorspace;
-void upb_status_fromerrno(upb_status *status, int code);
-bool upb_errno_is_wouldblock(int code);
-
-UPB_END_EXTERN_C
-
-#endif /* UPB_STDC_ERROR_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback