summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Symbol.map
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-01-21 18:00:28 +0000
committerkib <kib@FreeBSD.org>2012-01-21 18:00:28 +0000
commit8c121450bcfa7aaf7c661baf2809bafc48c1f60f (patch)
tree4806ea5a2bf8eb5da87e290d16da86d5e5f5222f /lib/libc/gen/Symbol.map
parent3572bdc783bebdf33330a1218e74826c4096ae81 (diff)
downloadFreeBSD-src-8c121450bcfa7aaf7c661baf2809bafc48c1f60f.zip
FreeBSD-src-8c121450bcfa7aaf7c661baf2809bafc48c1f60f.tar.gz
Add API for obtaining extended machine context states that cannot be
fit into existing mcontext_t. On i386 and amd64 do return the extended FPU states using getcontextx(3). For other architectures, getcontextx(3) returns the same information as getcontext(2). Tested by: pho MFC after: 1 month
Diffstat (limited to 'lib/libc/gen/Symbol.map')
-rw-r--r--lib/libc/gen/Symbol.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map
index e00e746..d794c0a 100644
--- a/lib/libc/gen/Symbol.map
+++ b/lib/libc/gen/Symbol.map
@@ -384,6 +384,7 @@ FBSD_1.2 {
FBSD_1.3 {
fdlopen;
__FreeBSD_libc_enter_restricted_mode;
+ getcontextx;
};
FBSDprivate_1.0 {
@@ -507,4 +508,6 @@ FBSDprivate_1.0 {
__elf_aux_vector;
__pthread_map_stacks_exec;
+ __fillcontextx;
+ __getcontextx_size;
};
OpenPOWER on IntegriCloud