OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [linux/] [ids.c] - Blame information for rev 1773

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
/* libc/sys/linux/ids.c - System calls related to user and group ids  */
2
 
3
/* Written 2000 by Werner Almesberger */
4
 
5
 
6
#include <sys/types.h>
7
#include <sys/unistd.h>
8
#include <sys/syscall.h>
9
 
10
 
11
_syscall1(int,setuid,uid_t,uid)
12
_syscall0(uid_t,getuid)
13
_syscall1(int,setgid,gid_t,gid)
14
_syscall0(gid_t,getgid)
15
_syscall0(uid_t,geteuid)
16
_syscall0(gid_t,getegid)
17
_syscall2(int,getgroups,int,size,gid_t *,list)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.