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: 389fc448dfd4
Choose a base ref
...
head repository: joyent/libuv
compare: 12bad62addef
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 19, 2013

  1. darwin: fix ios build error

    Include <errno.h> and <stdlib.h>.  They're being pulled in implicitly
    on OS X but apparently that's not the case with iOS builds.
    
    Build breakage introduced in 5ff6f85 by yours truly. Mea culpa.
    
    Fixes #885 and #891.
    bnoordhuis committed Aug 19, 2013
    Copy the full SHA
    b03192e View commit details
    Browse the repository at this point in the history
  2. darwin: fix ios compiler warning

    uv__fsevents_loop_delete() returns void. Remove the 'return 0'
    statement.
    bnoordhuis committed Aug 19, 2013
    Copy the full SHA
    12bad62 View commit details
    Browse the repository at this point in the history