summaryrefslogtreecommitdiff
path: root/autostatic.c
diff options
context:
space:
mode:
authorrpj <rpj>2010-06-22 01:19:08 +0000
committerrpj <rpj>2010-06-22 01:19:08 +0000
commitbfcab89e0889d1ce4a69345dbc238655299397c9 (patch)
tree9d74eb54cb4f7fe73ea89d8605437c485aa08ea2 /autostatic.c
parent539bf1c730fc85554b05b267d82bc7ea6b1d9003 (diff)
Minor fixes
Diffstat (limited to 'autostatic.c')
-rwxr-xr-xautostatic.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/autostatic.c b/autostatic.c
index 9ceca32..b68c5af 100755
--- a/autostatic.c
+++ b/autostatic.c
@@ -64,31 +64,6 @@ attribute_section(".dtors") void *gcc_dtor = on_process_exit;
attribute_section(".CRT$XCU") void *msc_ctor = on_process_init;
attribute_section(".CRT$XPU") void *msc_dtor = on_process_exit;
-#else
-# warning ==================================================================
-# warning STATIC LINK LIBRARY BUILD
-# warning Auto Initialization/Termination of PTHREADS-WIN32
-# warning
-# warning This compiler is not supported (yet) for auto initialization
-# warning when pthreads-win32 is statically linked. Any linked code must
-# warning call pthread_win32_process_attach_np() and
-# warning pthread_win32_process_detach_np() explicitly.
-# warning See README.NONPORTABLE for the description of those routines.
-# warning ==================================================================
#endif /* defined(__MINGW32__) || defined(_MSC_VER) */
-#warning ==================================================================
-#warning STATIC LINK LIBRARY BUILD
-#warning Auto-reclaiming of POSIX resources acquired by Windows threads
-#warning
-#warning If code linked with this library includes Windows threads that
-#warning explicitly interact with POSIX threads, i.e. by calling POSIX API
-#warning routines, then those threads will acquire POSIX resources and
-#warning should call pthread_win32_thread_detach_np() on thread exit (see
-#warning README.NONPORTABLE), especially if the linked code depends on
-#warning reclaimed resources or the running of POSIX TSD destructors.
-#warning NOTE 1: Otherwise this will occur only when the process exits.
-#warning NOTE 2: Threads created via pthread_create() always auto-reclaim.
-#warning ==================================================================
-
#endif /* PTW32_STATIC_LIB */