summaryrefslogtreecommitdiff
path: root/upb/stdc/error.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-01-21 18:38:49 -0800
committerJosh Haberman <jhaberman@gmail.com>2014-01-21 18:38:49 -0800
commit0fd2f830882402979a83010e89650e7245960d39 (patch)
tree0968ca9424c5fb2433047519cbd54d3dd8d0b863 /upb/stdc/error.h
parentce9bba3cb5409844f8f3d7dcc235a9ea30cad090 (diff)
Sync to internal Google development.
Diffstat (limited to 'upb/stdc/error.h')
-rw-r--r--upb/stdc/error.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/upb/stdc/error.h b/upb/stdc/error.h
deleted file mode 100644
index 9802097..0000000
--- a/upb/stdc/error.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2012 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- *
- * Handling of errno.
- */
-
-#include "upb/upb.h"
-
-#ifndef UPB_STDC_ERROR_H_
-#define UPB_STDC_ERROR_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern upb_errorspace upb_stdc_errorspace;
-void upb_status_fromerrno(upb_status *status, int code);
-bool upb_errno_is_wouldblock(int code);
-
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
-
-#endif /* UPB_STDC_ERROR_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback