Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Enable per-thread errno on Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbking committed Jun 30, 2014
1 parent 8dd929b commit 95cce12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions posix.mak
Expand Up @@ -69,6 +69,9 @@ UDFLAGS=$(MODEL_FLAG) -O -release -w -Isrc -Iimport $(PIC)
DDOCFLAGS=-c -w -o- -Isrc -Iimport -version=CoreDdoc

CFLAGS=$(MODEL_FLAG) -O $(PIC)
ifeq (solaris,$(OS))
CFLAGS+=-D_REENTRANT
endif

ifeq (osx,$(OS))
ASMFLAGS =
Expand Down

0 comments on commit 95cce12

Please sign in to comment.