diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-08-14 14:58:04 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-08-14 14:58:04 +0000 |
commit | 842898ceec3de25a38d2e2397ca19f5357cb070c (patch) | |
tree | ee91d8cb3442dcd18d61f537276fd706cfe3b1e1 | |
parent | faadc1b492799e30fad880d43d9b56325258436f (diff) |
Notes
-rw-r--r-- | lib/libc/secure/Symbol.map | 5 | ||||
-rw-r--r-- | lib/libc/sys/Symbol.map | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/secure/Symbol.map b/lib/libc/secure/Symbol.map index 11bad3a22444..aaa76c17291a 100644 --- a/lib/libc/secure/Symbol.map +++ b/lib/libc/secure/Symbol.map @@ -2,11 +2,6 @@ * $FreeBSD$ */ -/* - * It'd be nice to have this automatically generated, but we don't - * know to what version they will eventually belong, so for now - * it has to be manual. - */ FBSD_1.0 { __chk_fail; __stack_chk_fail; diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map index 45833ab6bce4..7b3257c6a812 100644 --- a/lib/libc/sys/Symbol.map +++ b/lib/libc/sys/Symbol.map @@ -3,8 +3,8 @@ */ /* - * It'd be nice to have this automatically generated, but we don't - * know to what version they will eventually belong, so for now + * It'd be nice to automatically generate the syscall symbols, but we + * don't know to what version they will eventually belong to, so for now * it has to be manual. */ FBSD_1.0 { |