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

Unified Diff: src/untrusted/nosys/_dummy.c

Issue 22923022: Make libnosys function stubs part of libnacl (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Move all stub source files into stubs folder Created 7 years, 4 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
Index: src/untrusted/nosys/_dummy.c
diff --git a/tests/fixedfeaturecpu/ff_null.c b/src/untrusted/nosys/_dummy.c
similarity index 50%
copy from tests/fixedfeaturecpu/ff_null.c
copy to src/untrusted/nosys/_dummy.c
index 2e4e3b4d65fad451120ea03e09246ea0ef098761..24dc04d893084444ae074a9e61f2ee0eb81e3973 100644
--- a/tests/fixedfeaturecpu/ff_null.c
+++ b/src/untrusted/nosys/_dummy.c
@@ -1,9 +1,7 @@
/*
- * Copyright 2012 The Native Client Authors. All rights reserved.
+ * Copyright 2013 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can
* be found in the LICENSE file.
*/
-int main(int argc, char* argv[]) {
- return 0;
-}
+#include <unistd.h>
Mark Seaborn 2013/08/23 15:45:22 This #include is not needed. This file needs a co
Petr Hosek 2013/08/23 21:35:07 Removed the entire source file.

Powered by Google App Engine
This is Rietveld 408576698