Current File : //kunden/usr/share/systemtap/runtime/linux/autoconf-task-uid.c
#include <linux/sched.h>

int bar (struct task_struct *foo);

int bar (struct task_struct *foo) { 
  return (foo->uid = 0); 
}
/* as opposed to linux/cred.h wrappers current_uid() etc. */