summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/getgid32.S
blob: 09fca350406f375844f20775c7764ce8f37ede82 (plain)
1
2
3
4
5
#include "syscalls.h"

#ifdef __NR_getgid32
syscall_weak(getgid32,getgid32,__libc_getgid32)
#endif