Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 604300 | Differences between
and this patch

Collapse All | Expand All

(-)o/perl.h (-1 / +1 lines)
Lines 3561-3567 Link Here
3561
#endif
3561
#endif
3562
3562
3563
#ifndef __cplusplus
3563
#ifndef __cplusplus
3564
#if !(defined(WIN32) || defined(UNDER_CE) || defined(SYMBIAN))
3564
#if !(defined(WIN32) || defined(UNDER_CE) || defined(SYMBIAN) || defined(I_UNISTD))
3565
Uid_t getuid (void);
3565
Uid_t getuid (void);
3566
Uid_t geteuid (void);
3566
Uid_t geteuid (void);
3567
Gid_t getgid (void);
3567
Gid_t getgid (void);

Return to bug 604300