Subversion Repositories Kolibri OS

Rev

Rev 6099 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6099 Rev 6536
Line 61... Line 61...
61
 
61
 
62
#ifndef __INSIDE_CYGWIN__
62
#ifndef __INSIDE_CYGWIN__
63
struct passwd	*getpwuid (uid_t);
63
struct passwd	*getpwuid (uid_t);
Line 64... Line 64...
64
struct passwd	*getpwnam (const char *);
64
struct passwd	*getpwnam (const char *);
65
 
65
 
66
#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE >= 500
66
#if __MISC_VISIBLE || __POSIX_VISIBLE
67
int 		 getpwnam_r (const char *, struct passwd *,
67
int 		 getpwnam_r (const char *, struct passwd *,
68
			char *, size_t , struct passwd **);
68
			char *, size_t , struct passwd **);
69
int		 getpwuid_r (uid_t, struct passwd *, char *,
69
int		 getpwuid_r (uid_t, struct passwd *, char *,
Line 70... Line 70...
70
			size_t, struct passwd **);
70
			size_t, struct passwd **);
71
#endif
71
#endif
72
 
72
 
73
#if __XSI_VISIBLE >= 500
73
#if __MISC_VISIBLE || __XSI_VISIBLE >= 4
74
struct passwd	*getpwent (void);
74
struct passwd	*getpwent (void);