diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-21 17:43:21 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-21 17:43:21 +0200 |
commit | 952720c8def83d62bc0d328c2cc46ead8254703d (patch) | |
tree | 3b8c3d99ca7aef196778c118b15ec1c63b265f46 | |
parent | 31001d8e9d22d9459d4fad886ef418ce50070ca0 (diff) |
README: update the symbol stuff
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,8 +48,8 @@ If for some reason one wants minimal library for either PORTING or RUNTIME task, here are the rules you can apply for symbol removal: ``` -PORTING = Remove all symbols with prefix `bionic_`. Don't do this if you need `bionic_dlopen` from `runtime/libdl.so`. -RUNTIME = Remove the symbol if there also exists the same symbol with a `bionic_` prefix, retaining only the `bionic_` edition. +PORTING: Remove all symbols with prefix `bionic_`. Don't do this if you need `bionic_dlopen` from `runtime/libdl.so`. +RUNTIME: Remove the symbol if there also exists the same symbol with a `bionic_` prefix, retaining only the `bionic_` edition. ``` That said, the libraries are pretty small anyways. |