summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/utime.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/utime.h')
-rw-r--r--PACE/pace/win32/utime.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/PACE/pace/win32/utime.h b/PACE/pace/win32/utime.h
index 853c273aff2..2e5efdb602b 100644
--- a/PACE/pace/win32/utime.h
+++ b/PACE/pace/win32/utime.h
@@ -13,8 +13,8 @@
*
* ============================================================================ */
-#ifndef PACE_UTIME_H
-#define PACE_UTIME_H
+#ifndef PACE_UTIME_H_WIN32
+#define PACE_UTIME_H_WIN32
#include "pace/sys/types.h"
#include <utime.h>
@@ -28,20 +28,8 @@ extern "C" {
typedef struct utimbuf pace_utimbuf;
#endif /* PACE_UTIMBUF */
- /**
- PACE's implementation of the POSIX function utime.
- See POSIX standard (Internation Standard ISO/IEC 9945-1:1996;
- IEEE Std 1003.1, 1996 Edition), Section 5.6.6.
- */
- PACE_INLINE int pace_utime (const char * path,
- const pace_utimbuf * times);
-
#if defined (PACE_HAS_CPLUSPLUS)
}
#endif /* PACE_HAS_CPLUSPLUS */
-#if defined (PACE_HAS_INLINE)
-# include "pace/win32/utime.inl"
-#endif /* PACE_HAS_INLINE */
-
-#endif /* PACE_UTIME_H */
+#endif /* PACE_UTIME_H_WIN32 */