This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r170491 - in /branches/st/cli-be/libstd: includ...


Author: dyuste
Date: Fri Feb 25 10:55:56 2011
New Revision: 170491

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170491
Log:
provided POSIX users abstraction in libstd (new functions: getuid, geteuid, getpwuid, getpwnam)

Added:
    branches/st/cli-be/libstd/include/pwd.h
    branches/st/cli-be/libstd/src/_users.c
Modified:
    branches/st/cli-be/libstd/include/Makefile.am
    branches/st/cli-be/libstd/include/Makefile.in
    branches/st/cli-be/libstd/include/__host.h
    branches/st/cli-be/libstd/include/unistd.h
    branches/st/cli-be/libstd/src/MSCorelibWrapper.cs
    branches/st/cli-be/libstd/src/Makefile.am
    branches/st/cli-be/libstd/src/Makefile.in
    branches/st/cli-be/libstd/src/__host.c
    branches/st/cli-be/libstd/src_opt/MSCorelibWrapper.cs


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]