dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetC/libc Makefile.am,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetC/libc Makefile.am,1.3,1.4
Date: Mon, 23 Dec 2002 20:21:54 -0500

Update of /cvsroot/dotgnu-pnet/pnetC/libc
In directory subversions:/tmp/cvs-serv21238/libc

Modified Files:
        Makefile.am 
Log Message:


Add fake password file access routines (getpwnam, etc); stub out
pthread-style mutexes to assist with building thread-safety into
the rest of the library.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/libc/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile.am 21 Aug 2002 11:18:14 -0000      1.3
--- Makefile.am 24 Dec 2002 01:21:52 -0000      1.4
***************
*** 4,7 ****
--- 4,9 ----
  SUBDIRS = malloc \
                  misc \
+                 pthread \
+                 pwd \
                  stdio \
                  string \
***************
*** 13,16 ****
--- 15,20 ----
  LIBC_COMPONENTS = malloc/libCMalloc.a \
                                  misc/libCMisc.a \
+                                 pthread/libCPthread.a \
+                                 pwd/libCPwd.a \
                                  stdio/libCStdio.a \
                                  string/libCString.a \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]