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

Commit

Permalink
Change value of PAL_INITIALIZE_SIGNAL_THREAD.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamandaleeka committed Apr 13, 2016
1 parent fe4b831 commit b7d1b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pal/inc/pal.h
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ typedef long time_t;
#define PAL_INITIALIZE_SYNC_THREAD 0x01
#define PAL_INITIALIZE_EXEC_ALLOCATOR 0x02
#define PAL_INITIALIZE_STD_HANDLES 0x04
#define PAL_INITIALIZE_SIGNAL_THREAD 0x02
#define PAL_INITIALIZE_SIGNAL_THREAD 0x08

// PAL_Initialize() flags
#define PAL_INITIALIZE (PAL_INITIALIZE_SYNC_THREAD | PAL_INITIALIZE_STD_HANDLES | PAL_INITIALIZE_SIGNAL_THREAD)
Expand Down

0 comments on commit b7d1b00

Please sign in to comment.