diff options
author | kan <kan@FreeBSD.org> | 2003-07-11 03:40:53 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-07-11 03:40:53 +0000 |
commit | b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180 (patch) | |
tree | f6b0610f4a17fd26aa234354f050080f789861a4 /contrib/gcc/gthr.h | |
parent | 52e69d78eee5612ac195e0701a5cebe40d1ab0e1 (diff) | |
download | FreeBSD-src-b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180.zip FreeBSD-src-b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180.tar.gz |
Gcc 3.3.1-pre as of 2003-07-11.
Diffstat (limited to 'contrib/gcc/gthr.h')
-rw-r--r-- | contrib/gcc/gthr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/gthr.h b/contrib/gcc/gthr.h index ba3a3be..b436bb6 100644 --- a/contrib/gcc/gthr.h +++ b/contrib/gcc/gthr.h @@ -32,7 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* If this file is compiled with threads support, it must #define __GTHREADS 1 to indicate that threads support is present. Also it has define - function + function int __gthread_active_p () that returns 1 if thread system is active, 0 if not. |