libuv/src
Ben Noordhuis 3f6122b3f7 include: remove extraneous const from uv_version()
Fixes the following warning:

  include/uv.h:236:30: warning: type qualifiers ignored on function
  return type [-Wignored-qualifiers]
   UV_EXTERN const unsigned int uv_version(void);
2013-03-26 14:48:30 +01:00
..
unix unix: make timers handle large timeouts 2013-03-21 14:54:36 +01:00
win win/tcp: don't enable iocp sync bypass when iocp emulation is used 2013-03-09 20:22:50 +01:00
fs-poll.c unix, windows: make uv_fs_t.statbuf public 2013-02-10 17:50:03 +01:00
inet.c win: support compilation with Visual Studio 2008 2012-10-23 22:55:25 +02:00
uv-common.c unix, windows: add common uv_udp_* error checking 2013-02-26 16:57:20 +01:00
uv-common.h unix: fix strict aliasing warnings, macro-ify functions 2013-03-06 23:47:43 +01:00
version.c include: remove extraneous const from uv_version() 2013-03-26 14:48:30 +01:00