diff options
author | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-15 02:18:09 +0000 |
---|---|---|
committer | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-15 02:18:09 +0000 |
commit | ad5a392a1bda8db116d15f3ee09d282d956141a9 (patch) | |
tree | 6f6458a683b563d93474ff1881bc95959806736a /libobjc/objc | |
parent | 3239b2ba5f5aa18b9bf5573327614856d4bb0bc0 (diff) | |
download | gcc-ad5a392a1bda8db116d15f3ee09d282d956141a9.tar.gz |
2001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
* thr.c (objc_thread_add): New function.
(objc_thread_remove): Ditto.
* objc/thr.h: Declare them.
* libobjc.def: Mention them.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40479 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc')
-rw-r--r-- | libobjc/objc/thr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libobjc/objc/thr.h b/libobjc/objc/thr.h index f904733695a..59766f6ed7d 100644 --- a/libobjc/objc/thr.h +++ b/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 |