This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a02c1
)
a bit more for WinCE
author
Vadim Konovalov
<vkonovalov@lucent.com>
Sun, 12 May 2002 02:34:24 +0000
(06:34 +0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 11 May 2002 21:41:11 +0000
(21:41 +0000)
Message-ID: <
007b01c1f93c
$
0e03f960
$
035cc3d9
@vad>
p4raw-id: //depot/perl@16549
wince/wince.c
patch
|
blob
|
blame
|
history
diff --git
a/wince/wince.c
b/wince/wince.c
index
f72c1fe
..
8aefe6c
100644
(file)
--- a/
wince/wince.c
+++ b/
wince/wince.c
@@
-947,12
+947,11
@@
win32_rename(const char *oname, const char *newname)
DllExport int
win32_setmode(int fd, int mode)
{
- if(mode != O_BINARY)
- {
- Perl_croak(aTHX_ PL_no_func, "setmode");
- return -1;
- }
- return 0;
+ /* currently 'celib' seem to have this function in src, but not
+ * exported. When it will be, we'll uncomment following line.
+ */
+ /* return xcesetmode(fd, mode); */
+ return 0;
}
DllExport long