Ignore:
Timestamp:
Jul 3, 2005, 5:48:26 AM (20 years ago)
Author:
bird
Message:

..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/io/tst-fcntl.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2175 r2176  
    2525#include <unistd.h>
    2626#include <sys/stat.h>
    27 
     27#ifndef HAVE_64BIT_FILEIO_TYPES
     28#define stat64 stat
     29#define fstat64 fstat
     30#endif
    2831
    2932/* Prototype for our test function.  */
Note: See TracChangeset for help on using the changeset viewer.