Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
pub
libuv
Commits
2237882c
Commit
2237882c
authored
13 years ago
by
Clifford Heath
Committed by
Bert Belder
12 years ago
Browse files
Options
Download
Email Patches
Plain Diff
eio: Mac OSX 10.5 (Leopard) does not have fdatasync
parent
28170354
node-v0.5.5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/eio/config_darwin.h
+4
-0
src/eio/config_darwin.h
with
4 additions
and
0 deletions
+4
-0
src/eio/config_darwin.h
+
4
-
0
View file @
2237882c
...
...
@@ -8,7 +8,11 @@
/* #undef HAVE_FALLOCATE */
/* fdatasync(2) is available */
#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1060
#define HAVE_FDATASYNC 1
#else
#define HAVE_FDATASYNC 0
#endif
/* futimes(2) is available */
#define HAVE_FUTIMES 1
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets