Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # gnu-ld version script for exporting desired symbols from nacl_helper | 1 # gnu-ld version script for exporting desired symbols from nacl_helper |
| 2 # | 2 # |
| 3 | 3 |
| 4 NACL_HELPER_1_0 { | 4 NACL_HELPER_1_0 { |
| 5 global: | 5 global: |
| 6 nacl_helper_init; | 6 nacl_helper_init; |
| 7 nacl_helper_get_1G_address; | 7 nacl_helper_get_1G_address; |
| 8 local: | 8 local: |
| 9 *; | 9 *; |
| 10 }; | 10 }; |
| OLD | NEW |