summaryrefslogtreecommitdiff
path: root/linuxthreads/Examples/ex13.c
Commit message (Collapse)AuthorAgeFilesLines
* * Examples/ex13.c: Make local functions static. Andreas Jaeger2000-12-271-3/+3
| | | | | | | | | | | | * ecmutex.c: Likewise. * Examples/ex14.c: Likewise. * Examples/ex2.c: Make local functions static; reformat. * Examples/ex1.c: Likewise. * Examples/ex4.c: Likewise. * Examples/ex5.c: Likewise. * Examples/ex7.c: Likewise. CVS ----------------------------------------------------------------------
* Update.Andreas Jaeger2000-08-241-0/+1
| | | | | * Examples/ex13.c: Include <string.h> for strerror prototype and <stdlib.h> for abort prototype.
* Update.Andreas Jaeger2000-08-241-12/+15
| | | | | Move inclusion of test-skeleton to front to have prototype for add_temp_file.
* * Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>.Andreas Jaeger2000-08-221-0/+107
* Makefile (tests): Add ex13. 2000-08-22 Andreas Jaeger <aj@suse.de> * Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>. * Makefile (tests): Add ex13.