Ignore:
Timestamp:
Jun 27, 2005, 5:05:29 AM (20 years ago)
Author:
bird
Message:

testcase adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/stdlib/bug-strtod.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2088 r2089  
    2222#include <stdlib.h>
    2323#include <string.h>
     24#ifdef __EMX__ /* one of the above seems to be declaring ssize_t... glibc feat I guess. */
     25#include <sys/types.h>
     26#endif
    2427
    2528
Note: See TracChangeset for help on using the changeset viewer.