summaryrefslogtreecommitdiff
path: root/dmake/unix
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 13:35:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 13:35:41 +0000
commit715963eab67775fe005d35c065adc2bf597d43bf (patch)
tree064af9aad7c5511304b7914d4503bae7d04a52d6 /dmake/unix
parentc84fa0f60948766003c3fe9322682f5ed55347f9 (diff)
INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED
2007/08/08 08:43:45 obr 1.1.1.1.162.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2006/12/28 14:54:34 ydario 1.1.1.1.162.1: OS/2 initial import.
Diffstat (limited to 'dmake/unix')
-rw-r--r--dmake/unix/sysintf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dmake/unix/sysintf.h b/dmake/unix/sysintf.h
index dd5556f064e4..de75381b120b 100644
--- a/dmake/unix/sysintf.h
+++ b/dmake/unix/sysintf.h
@@ -1,4 +1,4 @@
-/* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:44:29 vg Exp $
+/* RCS $Id: sysintf.h,v 1.3 2007-09-20 14:35:41 vg Exp $
--
-- SYNOPSIS
-- Interfaces for sysintf.c
@@ -27,6 +27,9 @@
#define VOID_LCACHE(l,m) (void) void_lcache(l,m)
#define Hook_std_writes(A)
#define GETPID getpid()
+#ifdef __EMX__
+#define CacheStat(A,B) really_dostat(A,&buf)
+#endif
#ifndef S_IFDIR
#define S_IFDIR 0040000