getuid.h at [8e0181d70f]

File getuid.h artifact bc30b2d770 part of check-in 8e0181d70f


#ifndef _LC_GETUID_H
#define _LC_GETUID_H

typedef int uid_t;

uid_t getuid(void);

#endif