diff options
Diffstat (limited to 'libc/include/utime.h')
-rw-r--r-- | libc/include/utime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/include/utime.h b/libc/include/utime.h index fa7cd2f1b..3d72da4be 100644 --- a/libc/include/utime.h +++ b/libc/include/utime.h @@ -25,6 +25,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + #ifndef _UTIME_H_ #define _UTIME_H_ @@ -34,9 +35,8 @@ __BEGIN_DECLS -extern int utime(const char *, const struct utimbuf *); +extern int utime(const char*, const struct utimbuf*); __END_DECLS #endif /* _UTIME_H_ */ - |