summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2006-08-16 22:32:50 +0000
committerpeter <peter@FreeBSD.org>2006-08-16 22:32:50 +0000
commitb34fae62b66d605af5631a9a1d9cdab63d2ddfcb (patch)
treeeab6879e6e4e9f6cc34882a1f99247943cf03b92 /sys/compat/freebsd32
parent0a118880c8cd39389d85e00ba432ed642493e77c (diff)
downloadFreeBSD-src-b34fae62b66d605af5631a9a1d9cdab63d2ddfcb.zip
FreeBSD-src-b34fae62b66d605af5631a9a1d9cdab63d2ddfcb.tar.gz
Grab two syscall numbers. One is used to emulate functionality that linux
has in its procfs (do a readlink of /proc/self/fd/<nn> to find the pathname that corresponds to a given file descriptor). Valgrind-3.x needs this functionality. This is a placeholder only at this time.
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.master2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 82314b1..61a7e86 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -754,3 +754,5 @@
466 AUE_NULL UNIMPL thr_setscheduler
467 AUE_NULL UNIMPL thr_getscheduler
468 AUE_NULL UNIMPL thr_setschedparam
+469 AUE_NULL UNIMPL __getpath_fromfd
+470 AUE_NULL UNIMPL __getpath_fromaddr
OpenPOWER on IntegriCloud