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 | e2a02c1e735e4afbf3df91186f80982fdd43695e (patch) | |
tree | 6368d85928cd4186d9df8ea4b82e31498cb98a62 /wince/wince.c | |
parent | a6bdc2eb98f4e9bd74b51ad84203021dea610d6b (diff) | |
download | perl-e2a02c1e735e4afbf3df91186f80982fdd43695e.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; |