Ignore:
Timestamp:
Jul 1, 2005, 6:20:01 AM (20 years ago)
Author:
bird
Message:

libc adjustments / config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/posix/tst-dir.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2134 r2135  
    2828#include <unistd.h>
    2929#include <sys/stat.h>
     30
     31#ifndef HAVE_64BIT_FILEIO_TYPES
     32#define stat64 stat
     33#define fstat64 fstat
     34#define dirent64 dirent
     35#define readdir64_r readdir_r
     36#define readdir64 readdir
     37#endif
     38#ifdef __EMX__
     39#warning fchdir still not implemented?
     40#define fchdir(fd) (-1)
     41#endif
    3042
    3143
Note: See TracChangeset for help on using the changeset viewer.