Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

deps: update libuv to 1.0.1 #8785

Closed
wants to merge 2 commits into from
Closed

deps: update libuv to 1.0.1 #8785

wants to merge 2 commits into from

Conversation

saghul
Copy link
Member

@saghul saghul commented Nov 26, 2014

Also fixed compilation on OSX.

Should work in all platforms and it fixes this compilation problem
on OSX:

../src/node_crypto.cc:154:3: error: no matching function for call to
'CRYPTO_THREADID_set_numeric'
  CRYPTO_THREADID_set_numeric(tid, uv_thread_self());
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    ../deps/openssl/openssl/include/openssl/../../crypto/crypto.h:435:6:
    note: candidate function not viable: no known conversion from
          'uv_thread_t' (aka '_opaque_pthread_t *') to 'unsigned long'
          for 2nd argument
          void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned
          long val);
               ^
               1 error generated.
@saghul
Copy link
Member Author

saghul commented Nov 26, 2014

R=@trevnorris, @indutny

trevnorris pushed a commit that referenced this pull request Nov 26, 2014
PR-URL: #8785
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
trevnorris pushed a commit that referenced this pull request Nov 26, 2014
Should work in all platforms and it fixes this compilation problem
on OSX:

../src/node_crypto.cc:154:3: error: no matching function for call to
'CRYPTO_THREADID_set_numeric'
  CRYPTO_THREADID_set_numeric(tid, uv_thread_self());
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    ../deps/openssl/openssl/include/openssl/../../crypto/crypto.h:435:6:
    note: candidate function not viable: no known conversion from
          'uv_thread_t' (aka '_opaque_pthread_t *') to 'unsigned long'
          for 2nd argument
          void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned
          long val);
               ^
               1 error generated.

PR-URL: #8785
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
@trevnorris
Copy link

Thanks. Landed in 69904c8 and 0308ad2.

@trevnorris trevnorris closed this Nov 26, 2014
piscisaureus pushed a commit to piscisaureus/node2 that referenced this pull request Dec 9, 2014
PR-URL: nodejs/node-v0.x-archive#8785
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
piscisaureus pushed a commit to nodejs/node that referenced this pull request Dec 9, 2014
PR-URL: nodejs/node-v0.x-archive#8785
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants