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: d2f67b92c6ed
Choose a base ref
...
head repository: joyent/libuv
compare: d0be852cb17f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 2, 2013

  1. test: fix fs_fstat test on sunos

    The tests are no longer compiled with -D_XOPEN_SOURCE=500 when building
    with autotools. Tell the test explicitly that SunOS systems are
    expected to have nanosecond fstat(2) granularity.
    bnoordhuis committed Jul 2, 2013
    Copy the full SHA
    d4f6165 View commit details
    Browse the repository at this point in the history
  2. test: fix fs_chown when running as root

    chown(2) to root is expected to fail - unless you're root, of course.
    bnoordhuis committed Jul 2, 2013
    Copy the full SHA
    d0be852 View commit details
    Browse the repository at this point in the history