summaryrefslogtreecommitdiff
path: root/upb/bindings/linux/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/bindings/linux/stdio.h')
-rw-r--r--upb/bindings/linux/stdio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/upb/bindings/linux/stdio.h b/upb/bindings/linux/stdio.h
new file mode 100644
index 0000000..72c1b0d
--- /dev/null
+++ b/upb/bindings/linux/stdio.h
@@ -0,0 +1,10 @@
+/*
+ * upb - a minimalist implementation of protocol buffers.
+ *
+ * Copyright (c) 2012 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
+ *
+ * Linux-kernel implementations of some stdlib.h functions.
+ */
+
+#include <linux/kernel.h> // For sprintf and friends.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback