| Index: tests/thread_capture/arch/mips/thread_capture_test_injection.c
|
| diff --git a/tests/thread_capture/arch/x86_64/thread_capture_test_injection.c b/tests/thread_capture/arch/mips/thread_capture_test_injection.c
|
| similarity index 89%
|
| copy from tests/thread_capture/arch/x86_64/thread_capture_test_injection.c
|
| copy to tests/thread_capture/arch/mips/thread_capture_test_injection.c
|
| index 67b1d5c8c2f281903c01a6359cab3c99e87ac863..6197a0c569a0f65c31c133df85e077e60a4816a6 100644
|
| --- a/tests/thread_capture/arch/x86_64/thread_capture_test_injection.c
|
| +++ b/tests/thread_capture/arch/mips/thread_capture_test_injection.c
|
| @@ -1,12 +1,11 @@
|
| /*
|
| - * Copyright (c) 2012 The Native Client Authors. All rights reserved.
|
| + * Copyright (c) 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.
|
| */
|
|
|
| #include "native_client/tests/thread_capture/thread_capture_test_injection.h"
|
|
|
| -#include "native_client/src/include/portability.h"
|
| #include "native_client/src/trusted/service_runtime/include/bits/nacl_syscalls.h"
|
| #include "native_client/src/trusted/service_runtime/nacl_app_thread.h"
|
| #include "native_client/src/trusted/service_runtime/nacl_copy.h"
|
|
|