summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-10-04 08:52:10 +0000
committerguenther <guenther@openbsd.org>2015-10-04 08:52:10 +0000
commit7423a1567fdae08bd9bf27d4b55d3198c9f5cdd2 (patch)
tree351c0fdcdedd9c6172d9ef801b54382b4128f7c1
parentWrap <search.h> to make all the symbols there weak (diff)
downloadwireguard-openbsd-7423a1567fdae08bd9bf27d4b55d3198c9f5cdd2.tar.xz
wireguard-openbsd-7423a1567fdae08bd9bf27d4b55d3198c9f5cdd2.zip
Clarify a point. Adjust punctuation after discussion w/ jmc@
-rw-r--r--lib/libc/Symbols.list6
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 */