From 097fde7129a3acc660beb372cecd9daf1164a7f2 Mon Sep 17 00:00:00 2001 From: Saúl Ibarra Corretgé Date: Wed, 28 Jan 2015 22:14:19 +0100 Subject: deps: update libuv to 1.3.0 PR-URL: https://github.com/iojs/io.js/pull/644 Reviewed-By: Ben Noordhuis --- deps/uv/uv.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'deps/uv/uv.gyp') diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index 45af6a1f96..d93f66ad6e 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -195,6 +195,7 @@ 'cflags': [ '-Wstrict-aliasing' ], }], [ 'OS=="linux"', { + 'defines': [ '_GNU_SOURCE' ], 'sources': [ 'src/unix/linux-core.c', 'src/unix/linux-inotify.c', -- cgit v1.2.3