diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2002-05-12 04:02:47 +0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-11 19:54:43 +0000 |
commit | 41d7b81b7babb4bd89f3e186dde942f4e44f2a97 (patch) | |
tree | 6368d85928cd4186d9df8ea4b82e31498cb98a62 /wince/wince.c | |
parent | 7ef28855b2fdc3599216317097e046f045359119 (diff) | |
download | perl-41d7b81b7babb4bd89f3e186dde942f4e44f2a97.tar.gz |
for WinCE cross-build, another one
Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
p4raw-id: //depot/perl@16548
Diffstat (limited to 'wince/wince.c')
-rw-r--r-- | wince/wince.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wince/wince.c b/wince/wince.c index 8a4eb05f59..f72c1fef1e 100644 --- a/wince/wince.c +++ b/wince/wince.c @@ -497,6 +497,12 @@ win32_utime(const char *filename, struct utimbuf *times) } DllExport int +win32_gettimeofday(struct timeval *tp, void *not_used) +{ + return xcegettimeofday(tp,not_used); +} + +DllExport int win32_uname(struct utsname *name) { struct hostent *hep; |