diff options
author | 2015-10-04 08:52:10 +0000 | |
---|---|---|
committer | 2015-10-04 08:52:10 +0000 | |
commit | 7423a1567fdae08bd9bf27d4b55d3198c9f5cdd2 (patch) | |
tree | 351c0fdcdedd9c6172d9ef801b54382b4128f7c1 | |
parent | Wrap <search.h> to make all the symbols there weak (diff) | |
download | wireguard-openbsd-7423a1567fdae08bd9bf27d4b55d3198c9f5cdd2.tar.xz wireguard-openbsd-7423a1567fdae08bd9bf27d4b55d3198c9f5cdd2.zip |
Clarify a point. Adjust punctuation after discussion w/ jmc@
-rw-r--r-- | lib/libc/Symbols.list | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index 98dd93b0f64..45f2cfb78f0 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -1,9 +1,9 @@ /* * In order to guarantee that static and shared archs see the same "public" * symbols, this file should always include all the non-static symbols that - * are in the application namespace. So, if a symbol starts with a letter, - * don't delete it from here without either making it static or renaming it - * to have a leading underbar. + * are in the application namespace. So if a symbol starts with a letter, + * only delete it from here if you've eliminated it completely, made it + * static, or renamed it to have a leading underbar. */ /* symbols that no one should be using currently */ |