koolhazz / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[patch] Missing #include <pthread.h> in static_vars.cc #600

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since pthread_atfork is called, this include should be there too.

Can also be under ifdefs:
#if defined(HAVE_FORK) && defined(HAVE_PTHREAD)

Original issue reported on code.google.com by yuriv...@gmail.com on 15 Jan 2014 at 1:13

Attachments:

GoogleCodeExporter commented 9 years ago
Already fixed on master

Original comment by alkondratenko on 18 Jan 2014 at 9:38