… | |
… | |
75 | #endif |
75 | #endif |
76 | |
76 | |
77 | /* just in case */ |
77 | /* just in case */ |
78 | #define _REENTRANT 1 |
78 | #define _REENTRANT 1 |
79 | |
79 | |
|
|
80 | #if __solaris |
|
|
81 | /* try to bribe solaris headers into providing a current pthread API |
|
|
82 | * despite perl being configured for an older version. |
|
|
83 | */ |
|
|
84 | # define __EXTENSIONS__ 1 |
|
|
85 | #endif |
|
|
86 | |
80 | #include <unistd.h> |
87 | #include <unistd.h> |
81 | #include <fcntl.h> |
88 | #include <fcntl.h> |
82 | #include <signal.h> |
89 | #include <signal.h> |
83 | #include <limits.h> |
90 | #include <limits.h> |
84 | #include <pthread.h> |
91 | #include <pthread.h> |