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: 0820be70084a
Choose a base ref
...
head repository: joyent/libuv
compare: 4b115f89bf54
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 19, 2012

  1. build: export _POSIX_C_SOURCE=200112 to dependents

    Fix direct_dependent_settings to export _POSIX_C_SOURCE=200112 to dependent
    projects. Required to make pthread_rwlock_t and pthread_barrier_t visible.
    bnoordhuis committed Dec 19, 2012
    6
    Copy the full SHA
    6fb3149 View commit details
    Browse the repository at this point in the history
  2. build: build libuv.a and libuv.so in different dirs

    Fixes #659.
    Vlad Tudose authored and bnoordhuis committed Dec 19, 2012
    Copy the full SHA
    4b115f8 View commit details
    Browse the repository at this point in the history