summaryrefslogtreecommitdiff
path: root/deps/uv/include/uv-private/uv-unix.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-11-04 01:25:06 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-11-04 01:25:06 +0100
commita7ac1a1d8882a20636eeeb8e07e33cd0cfbaf578 (patch)
tree7d57c8b0a9e760594bf91e93170e21f23bcf284c /deps/uv/include/uv-private/uv-unix.h
parenta6fef475ceb3e7e001a0dc659c028ad947a50886 (diff)
downloadnode-new-a7ac1a1d8882a20636eeeb8e07e33cd0cfbaf578.tar.gz
deps: upgrade libuv to 0ddf9d6
Diffstat (limited to 'deps/uv/include/uv-private/uv-unix.h')
-rw-r--r--deps/uv/include/uv-private/uv-unix.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/uv/include/uv-private/uv-unix.h b/deps/uv/include/uv-private/uv-unix.h
index 8f1c5e5cbd..7b3554a301 100644
--- a/deps/uv/include/uv-private/uv-unix.h
+++ b/deps/uv/include/uv-private/uv-unix.h
@@ -85,10 +85,6 @@ struct uv__work {
# define UV_PLATFORM_FS_EVENT_FIELDS /* empty */
#endif
-#ifndef UV_STREAM_PRIVATE_PLATFORM_FIELDS
-# define UV_STREAM_PRIVATE_PLATFORM_FIELDS /* empty */
-#endif
-
/* Note: May be cast to struct iovec. See writev(2). */
typedef struct {
char* base;
@@ -205,7 +201,6 @@ typedef struct {
int delayed_error; \
int accepted_fd; \
int fd; \
- UV_STREAM_PRIVATE_PLATFORM_FIELDS \
#define UV_TCP_PRIVATE_FIELDS /* empty */