Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
santigimeno committed Feb 22, 2019
1 parent d324b88 commit 30d7ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ libuv_la_CFLAGS += -D_UNIX03_THREADS \
-D_XOPEN_SOURCE_EXTENDED \
-D_ALL_SOURCE \
-D_LARGE_TIME_API \
-D_OPEN_SYS_SOCK_EXT3 \
-D_OPEN_SYS_SOCK_EXT3 \
-D_OPEN_SYS_SOCK_IPV6 \
-D_OPEN_SYS_FILE_EXT \
-DUV_PLATFORM_SEM_T=int \
Expand Down
2 changes: 1 addition & 1 deletion docs/src/udp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ API
:returns: 0 on success, or an error code < 0 on failure.
.. versionadded:: 1.20.0
.. versionadded:: 1.27.0
.. c:function:: int uv_udp_set_multicast_loop(uv_udp_t* handle, int on)
Expand Down

0 comments on commit 30d7ef7

Please sign in to comment.