Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a5a7d30f
Commit
a5a7d30f
authored
May 02, 1999
by
Andrew Innes
Browse files
(HAVE_FSYNC): New macro.
(fsync): Map to _commit. (ftruncate): Map to _chsize.
parent
e12ca9c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/s/ms-w32.h
src/s/ms-w32.h
+3
-0
No files found.
src/s/ms-w32.h
View file @
a5a7d30f
...
...
@@ -237,6 +237,7 @@ Boston, MA 02111-1307, USA. */
#define HAVE_DUP2 1
#define HAVE_RENAME 1
#define HAVE_CLOSEDIR 1
#define HAVE_FSYNC 1
/* fsync is called _commit in MSVC. */
#undef TM_IN_SYS_TIME
#undef HAVE_TM_ZONE
...
...
@@ -352,6 +353,8 @@ Boston, MA 02111-1307, USA. */
#define fileno _fileno
#define flushall _flushall
#define fputchar _fputchar
#define fsync _commit
#define ftruncate _chsize
#define getw _getw
#define getpid _getpid
#define isatty _isatty
...
...
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