Changeset 2076 for trunk/src/libctests/glibc/test-skeleton.c
- Timestamp:
- Jun 26, 2005, 12:42:04 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/test-skeleton.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r2075 r2076 50 50 char q_data[1]; 51 51 }; 52 #endif 52 #endif 53 53 54 54 /* The test function is normally called `do_test' and it is called … … 220 220 #if 0 /* bird */ 221 221 mallopt (M_PERTURB, 42); 222 #endif 222 #endif 223 223 224 224 #ifdef STDOUT_UNBUFFERED … … 321 321 data_limit.rlim_max); 322 322 if (setrlimit (RLIMIT_DATA, &data_limit) < 0) 323 #ifndef __EMX__ 323 324 perror ("setrlimit: RLIMIT_DATA"); 325 #else 326 ; 327 #endif 324 328 } 325 329 else -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.