summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-02-21 17:42:10 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-02-21 17:42:10 +0200
commit31001d8e9d22d9459d4fad886ef418ce50070ca0 (patch)
tree4ea5fd0b00629df4b31a1280831a77d57b0e37c0 /README.md
parent460e0dadb250ebf9521dcbe0dde9661e989505a6 (diff)
README: update symbol section
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf5e38d..3d60971 100644
--- a/README.md
+++ b/README.md
@@ -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_`, but not from `runtime/libdl.so` if you need it.
-RUNTIME = remove symbol if it has `bionic_` prefixed version, and keep the `bionic_` version only.
+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.