Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
560a0649
Commit
560a0649
authored
Mar 01, 1999
by
sof
Browse files
[project @ 1999-03-01 09:27:49 by sof]
mingw32 tweak
parent
cb9eb074
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/cbits/renameFile.c
View file @
560a0649
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
* $Id: renameFile.c,v 1.
3
199
8/12/02 13:27:51 simonm
Exp $
* $Id: renameFile.c,v 1.
4
199
9/03/01 09:27:49 sof
Exp $
*
* renameFile Runtime Support
*/
...
...
@@ -21,6 +21,11 @@
#include <fcntl.h>
#endif
#ifdef mingw32_TARGET_OS
#define O_NOCTTY 0
#endif
StgInt
renameFile
(
opath
,
npath
)
StgByteArray
opath
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment