Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: tests/pnacl_ld_experiments/simple.h

Issue 10268028: Intial experiment for building dynamic images without glibc under pnacl (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tests/pnacl_ld_experiments/Makefile ('K') | « tests/pnacl_ld_experiments/hello1.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pnacl_ld_experiments/simple.h
===================================================================
--- tests/pnacl_ld_experiments/simple.h (revision 0)
+++ tests/pnacl_ld_experiments/simple.h (revision 0)
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2011 The Native Client Authors. All rights reserved.
jvoung - send to chromium... 2012/05/02 17:20:42 2012
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+const char* hello();
+
+int fortytwo();
+
+/*
+ * The two functions below or proxies for the functions above that live
+ * in different libraries
+ */
+
+const char* hello2();
+
+int fortytwo2();
Property changes on: tests/pnacl_ld_experiments/simple.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« tests/pnacl_ld_experiments/Makefile ('K') | « tests/pnacl_ld_experiments/hello1.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698