Skip to content

Commit 8266bda

Browse files
committed
[MERGE #1423 @obastemur] cross-platform: fix standard output bus error [pal] and format precision
Merge pull request #1423 from obastemur:unused issue: [slow running] JSON/simple.withLog test was randomly failing on xplat. [also crashing] CC provides string length internally. However customized PAL interface expects null ending. Apart from the fix, also removed unused PAL source files.
2 parents 10fbe7b + 8a80aa7 commit 8266bda

File tree

12 files changed

+143
-2470
lines changed

12 files changed

+143
-2470
lines changed

pal/src/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ set(SOURCES
9393
cruntime/wchar.cpp
9494
cruntime/wchartls.cpp
9595
safecrt/makepath_s.c
96-
safecrt/mbusafecrt.c
96+
safecrt/mbusafecrt.c
9797
safecrt/safecrt_input_s.c
98-
# safecrt/safecrt_output_l.c
9998
safecrt/safecrt_output_s.c
10099
safecrt/safecrt_winput_s.c
101100
safecrt/safecrt_woutput_s.c
@@ -181,7 +180,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux)
181180
unwind-x86_64
182181
)
183182
endif()
184-
183+
185184
target_link_libraries(Chakra.Pal
186185
gcc_s
187186
pthread

0 commit comments

Comments
 (0)