diff options
Diffstat (limited to 'src/utime/struct_utimbuf.c')
-rw-r--r-- | src/utime/struct_utimbuf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utime/struct_utimbuf.c b/src/utime/struct_utimbuf.c index 6fd37261..8a2a3b90 100644 --- a/src/utime/struct_utimbuf.c +++ b/src/utime/struct_utimbuf.c @@ -1,3 +1,5 @@ +#if 0 + #include <utime.h> struct utimbuf { @@ -8,3 +10,6 @@ struct utimbuf { /* POSIX(1) */ + + +#endif |