Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: b7d333fc9158^
Choose a base ref
...
head repository: joyent/libuv
compare: 9e4982f5c96b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 8, 2013

  1. include: clean up includes in uv.h

    * size_t is defined in <stddef.h>, not <sys/types.h>
    
    * Simplify the platform check.
    bnoordhuis committed Sep 8, 2013
    Copy the full SHA
    b7d333f View commit details
    Browse the repository at this point in the history
  2. include: remove UV_IO_PRIVATE_FIELDS macro

    It's an alias for UV_IO_PRIVATE_PLATFORM_FIELDS.  Remove the macro and
    use UV_IO_PRIVATE_PLATFORM_FIELDS directly.
    bnoordhuis committed Sep 8, 2013
    Copy the full SHA
    9e4982f View commit details
    Browse the repository at this point in the history