Ignore:
Timestamp:
Jun 26, 2005, 12:42:04 AM (20 years ago)
Author:
bird
Message:

libc adjustments. extending some testcases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/test-skeleton.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r2075 r2076  
    5050    char q_data[1];
    5151  };
    52 #endif 
     52#endif
    5353
    5454/* The test function is normally called `do_test' and it is called
     
    220220#if 0 /* bird */
    221221  mallopt (M_PERTURB, 42);
    222 #endif 
     222#endif
    223223
    224224#ifdef STDOUT_UNBUFFERED
     
    321321                                       data_limit.rlim_max);
    322322          if (setrlimit (RLIMIT_DATA, &data_limit) < 0)
     323#ifndef __EMX__
    323324            perror ("setrlimit: RLIMIT_DATA");
     325#else
     326            ;
     327#endif
    324328        }
    325329      else
Note: See TracChangeset for help on using the changeset viewer.