Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: fix 'implicit-function-declaration' on OpenHarmony platform
  • Loading branch information
hqzing committed Aug 20, 2025
commit dbaa7de1494384115e3980b1338333d8707198c7
2 changes: 1 addition & 1 deletion deps/uvwasi/uvwasi.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'include_dirs': ['include']
},
'conditions': [
[ 'OS=="linux"', {
[ 'OS=="linux" or OS=="openharmony"', {
'defines': [
'_GNU_SOURCE',
'_POSIX_C_SOURCE=200112',
Expand Down
Loading