getuid.c at [b9a32192b7]

File getuid.c artifact 721d47a38b part of check-in b9a32192b7


#include "getuid.h"

uid_t getuid(void) {
	return(0);
}