Skip to content

Commit

Permalink
deps: fix V8 SmartOS compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig authored and targos committed Nov 29, 2020
1 parent 430456d commit b039f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -36,7 +36,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.10',
'v8_embedder_string': '-node.11',

##### V8 defaults for Node.js #####

Expand Down
2 changes: 1 addition & 1 deletion deps/v8/src/base/platform/platform-solaris.cc
Expand Up @@ -66,7 +66,7 @@ void OS::SignalCodeMovingGC() {}
void OS::AdjustSchedulingParams() {}

// static
void* Stack::GetStackStart() {
Stack::StackSlot Stack::GetStackStart() {
pthread_attr_t attr;
int error;
pthread_attr_init(&attr);
Expand Down

0 comments on commit b039f15

Please sign in to comment.