| Index: src/untrusted/nacl/nacl_irt.c
|
| ===================================================================
|
| --- src/untrusted/nacl/nacl_irt.c (revision 9381)
|
| +++ src/untrusted/nacl/nacl_irt.c (working copy)
|
| @@ -97,6 +97,14 @@
|
| void __libnacl_irt_init(Elf32_auxv_t *auxv) {
|
| grok_auxv(auxv);
|
|
|
| +/* @IGNORE_LINES_FOR_CODE_HYGIENE[1] */
|
| +#if defined(__pnacl__)
|
| + /*
|
| + * Let the irt know that this is pnacl nexe.
|
| + * Code will have to be added here once we eliminate
|
| + * src/untrusted/pnacl_irt_shim/
|
| + */
|
| +#endif
|
| DO_QUERY(NACL_IRT_BASIC_v0_1, basic);
|
| DO_QUERY(NACL_IRT_FDIO_v0_1, fdio);
|
| DO_QUERY(NACL_IRT_FILENAME_v0_1, filename);
|
|
|