sys_set_robust_list(9) Set the robust-futex list head of a task

SYNOPSIS

long sys_set_robust_list(struct robust_list_head __user * head, size_t len);

ARGUMENTS

head

pointer to the list-head

len

length of the list-head, as userspace expects

AUTHOR

Rusty Russell <[email protected]>

Author.

COPYRIGHT