Changeset 2044 for trunk/src/libctests/glibc/test-skeleton.c
- Timestamp:
- Jun 17, 2005, 6:32:39 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/src/libctests/glibc/test-skeleton.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/test-skeleton.c
-
Property cvs2svn:cvs-rev
changed from
1.2to1.3
r2043 r2044 21 21 #include <errno.h> 22 22 #include <getopt.h> 23 #include <malloc.h> 23 /*#include <malloc.h> - been replaced by <stdlib.h> ages ago */ 24 24 #include <search.h> 25 25 #include <signal.h> … … 32 32 #include <sys/param.h> 33 33 #include <time.h> 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 34 53 35 54 /* The test function is normally called `do_test' and it is called -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
