From 952720c8def83d62bc0d328c2cc46ead8254703d Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 21 Feb 2018 17:43:21 +0200 Subject: README: update the symbol stuff --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3d60971..8c2edf2 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_`. 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. -- cgit v1.2.3