summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-task-uid.c
blob: 8e40f83142d6d48284195272250260a4559f9357 (plain)
1
2
3
4
5
6
#include <linux/sched.h>

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