| Index: src/untrusted/nacl/nacl_irt_process.c
|
| diff --git a/src/untrusted/nacl/nacl_irt_process.c b/src/untrusted/nacl/nacl_irt_process.c
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ade8a63cab00020e52ef03a568d11880ffb945ba
|
| --- /dev/null
|
| +++ b/src/untrusted/nacl/nacl_irt_process.c
|
| @@ -0,0 +1,14 @@
|
| +/*
|
| + * 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/src/untrusted/nacl/nacl_irt.h"
|
| +
|
| +void __libnacl_irt_process_init(void) {
|
| + __libnacl_irt_query(NACL_IRT_DEV_PROCESS_v0_1,
|
| + &__libnacl_irt_dev_process,
|
| + sizeof(__libnacl_irt_dev_process);
|
| + }
|
| +}
|
|
|