File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ SUBDIRS += mailmessage multipartformdata smtpmailer viewhelper paginator
55SUBDIRS += fieldnametovariablename rand urlrouter urlrouter2
66SUBDIRS += buildtest stack queue forlist
77SUBDIRS += jscontext compression sqlitedb url malloc
8- !mac {
9- SUBDIRS += sharedmemoryhash sharedmemorymutex
10- }
8+ SUBDIRS += sharedmemoryhash sharedmemorymutex
119unix {
1210 SUBDIRS += redis memcached
1311}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ TSharedMemory::~TSharedMemory()
5353bool TSharedMemory::create (size_t size)
5454{
5555 static const header_t INIT_HEADER = []() {
56- header_t header;
56+ static header_t header;
5757 rwlock_init (&header.rwlock );
5858 return header;
5959 }();
You can’t perform that action at this time.
0 commit comments