Changeset 1497


Ignore:
Timestamp:
Sep 12, 2004, 9:40:04 AM (21 years ago)
Author:
bird
Message:

Adopted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/bsd/gen/statvfs.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1496 r1497  
    4444
    4545int
    46 fstatvfs(int fd, struct statvfs *result)
     46_STD(fstatvfs)(int fd, struct statvfs *result)
    4747{
    4848        struct statfs sfs;
     
    7171
    7272int
    73 statvfs(const char * __restrict path, struct statvfs * __restrict result)
     73_STD(statvfs)(const char * __restrict path, struct statvfs * __restrict result)
    7474{
    7575        struct statfs sfs;
     
    127127        return (0);
    128128}
    129                                                                  
     129                                                               
    130130#ifdef MAIN
    131131#include <err.h>
Note: See TracChangeset for help on using the changeset viewer.