newlib-cygwin/newlib/libc/sys/go32/getuid.c

10 lines
57 B
C

#include <sys/types.h>
getuid()
{
return 10;
}