summaryrefslogtreecommitdiff
path: root/sal/osl/unx/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/system.h')
-rw-r--r--sal/osl/unx/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index 8df86203ca1f..576be1a09ee2 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -344,9 +344,6 @@ int macxp_resolveAlias(char *path, int buflen);
# define PTHREAD_VALUE(t) (t)
#endif
#ifndef PTHREAD_NONE
-# if (__GNUC__ < 4) && !defined(MACOSX)
-extern pthread_t _pthread_none_;
-# endif
# define PTHREAD_NONE _pthread_none_
# ifndef PTHREAD_NONE_INIT
# define PTHREAD_NONE_INIT ((pthread_t)-1)