| Current Path : /usr/share/systemtap/runtime/linux/ |
| Current File : //usr/share/systemtap/runtime/linux/autoconf-task-uid.c |
#include <linux/sched.h>
int bar (struct task_struct *foo) {
return (foo->uid = 0);
}
/* as opposed to linux/cred.h wrappers current_uid() etc. */