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.
This commit is contained in:
parent
55fd8f9e8c
commit
bad9a7a5f9
@ -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
|
||||
|
@ -827,5 +827,7 @@
|
||||
468 AUE_NULL STD { int thr_setschedparam(long id, \
|
||||
const struct sched_param *param, \
|
||||
int param_size); }
|
||||
469 AUE_NULL UNIMPL __getpath_fromfd
|
||||
470 AUE_NULL UNIMPL __getpath_fromaddr
|
||||
; Please copy any additions and changes to the following compatability tables:
|
||||
; sys/compat/freebsd32/syscalls.master
|
||||
|
Loading…
x
Reference in New Issue
Block a user