summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/go32/getuid.c
blob: 4ce9a46c1b6b5594192067d9d50d83c00833e4fd (plain)
1
2
3
4
5
6
7
8
9

#include <sys/types.h>

getuid()
{
  
  return 10;
  
}