Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8676)

Unified Diff: src/third_party/linux/include/gnu/stubs-64.h

Issue 8684002: Support building src/tools/linux/dump_syms/dump_syms on OS X Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/third_party/linux/include/gnu/stubs-64.h
===================================================================
--- src/third_party/linux/include/gnu/stubs-64.h (revision 0)
+++ src/third_party/linux/include/gnu/stubs-64.h (working copy)
@@ -0,0 +1,23 @@
+/* This file is automatically generated.
+ It defines a symbol `__stub_FUNCTION' for each function
+ in the C library which is a stub, meaning it will fail
+ every time called, usually setting errno to ENOSYS. */
+
+#ifdef _LIBC
+ #error Applications may not define the macro _LIBC
+#endif
+
+#define __stub_bdflush
+#define __stub_chflags
+#define __stub_fattach
+#define __stub_fchflags
+#define __stub_fdetach
+#define __stub_getmsg
+#define __stub_gtty
+#define __stub_lchmod
+#define __stub_putmsg
+#define __stub_revoke
+#define __stub_setlogin
+#define __stub_sigreturn
+#define __stub_sstk
+#define __stub_stty

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted