getuid.h at [b83e2d07b5]

File getuid.h artifact bc30b2d770 part of check-in b83e2d07b5


#ifndef _LC_GETUID_H
#define _LC_GETUID_H

typedef int uid_t;

uid_t getuid(void);

#endif