diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-09 22:50:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-09 22:50:04 +0000 |
commit | 9202658d3cd1b82b9c9b96c52fde1774d313ab2c (patch) | |
tree | ba6f9907191b31996edc00ff6dae7cf7978d19e9 /contrib/libobjc/objc/thr.h | |
parent | eb81e01d5162436a00b210305c91bbba234a0238 (diff) | |
download | FreeBSD-src-9202658d3cd1b82b9c9b96c52fde1774d313ab2c.zip FreeBSD-src-9202658d3cd1b82b9c9b96c52fde1774d313ab2c.tar.gz |
Gcc 3.1.0 pre-release's Objective C support bits from the FSF anoncvs repo
on 9-May-2002 15:57:15 EDT.
Diffstat (limited to 'contrib/libobjc/objc/thr.h')
-rw-r--r-- | contrib/libobjc/objc/thr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libobjc/objc/thr.h b/contrib/libobjc/objc/thr.h index f904733..59766f6 100644 --- a/contrib/libobjc/objc/thr.h +++ b/contrib/libobjc/objc/thr.h @@ -96,6 +96,8 @@ int objc_thread_get_priority(void); void * objc_thread_get_data(void); int objc_thread_set_data(void *value); objc_thread_t objc_thread_id(void); +void objc_thread_add(void); +void objc_thread_remove(void); /* Use this to set the hook function that will be called when the |