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-chmod.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2134 r2135  
    2929#include <unistd.h>
    3030#include <sys/stat.h>
     31
     32#ifndef HAVE_64BIT_FILEIO_TYPES
     33#define stat64 stat
     34#define fstat64 fstat
     35#endif
    3136
    3237
Note: See TracChangeset for help on using the changeset viewer.