summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 711403315c..ec9eb7cc53 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -65,20 +65,13 @@ extern FILE *myfdopen(int, char *);
#undef alarm
#define alarm myalarm
-#undef flock
-#define flock(fd,o) win32_flock(fd,o)
-#define LOCK_SH 1
-#define LOCK_EX 2
-#define LOCK_NB 4
-#define LOCK_UN 8
-
struct tms {
long tms_utime;
long tms_stime;
long tms_cutime;
long tms_cstime;
};
-
+
unsigned int sleep(unsigned int);
char *win32PerlLibPath();
int mytimes(struct tms *timebuf);