getuid.h at [7d6fa8e6b1]

File getuid.h artifact bc30b2d770 part of check-in 7d6fa8e6b1


#ifndef _LC_GETUID_H
#define _LC_GETUID_H

typedef int uid_t;

uid_t getuid(void);

#endif