summaryrefslogtreecommitdiff
path: root/lib/libpthread/tests/Makefile
AgeCommit message (Collapse)Author
1998-07-22o for some reason fprintf.c started to conflict with the fprintf defnPeter Galbavy
in xprintf.c - removed fprintf.c from the sources list for now. o tidied up tests/Makefile and swapped some printf's for perror's in a couple of the tests. accept() is still generating an error, but at least we can see the errno value :)
1998-07-22o removed more unused or old, left over filesPeter Galbavy
o general changes so that now the library compiles and many of the tests run correctly o pthreads/Makefile.inc rebuilt using libc/sys/Makefile.inc as a template. this should be kept in sync in case of new syscalls soon TODO: figure out why remaining tests fail and fix look at building .so version of library tidy up arch/i386 directory - no longer uses syscall-template.S port other arch's from libc syscall templates
1998-07-21this will now compile on i386 if you move arch/i386/machdep.h toPeter Galbavy
arch/i386/pthread/machdep.h - not an ideal solution. Correct fix is welcome. I am quiting work on this for today, so other hackers are welcome to take it up for the rest of the day/night. More from me tomorrow.
1998-07-21Complete initial import from mySQL 3.22.4 (mit-pthreads/).Peter Galbavy
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/