Artifact bc30b2d7707c7d1ebebbe65c90cc722b3a7bcbe3:
- File getuid.h — part of check-in [80d18a8d82] at 2004-12-18 10:05:59 on branch trunk — Win32 support fixed. Added a new man page (lc_cleanup) (user: rkeene, size: 91) [annotate] [blame] [check-ins using]
#ifndef _LC_GETUID_H #define _LC_GETUID_H typedef int uid_t; uid_t getuid(void); #endif