diff options
Diffstat (limited to 'lib/libc/secure/Symbol.map')
-rw-r--r-- | lib/libc/secure/Symbol.map | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libc/secure/Symbol.map b/lib/libc/secure/Symbol.map new file mode 100644 index 0000000..11bad3a --- /dev/null +++ b/lib/libc/secure/Symbol.map @@ -0,0 +1,14 @@ +/* + * $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; + __stack_chk_guard; +}; |