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/libobjc.def | |
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/libobjc.def')
-rw-r--r-- | libobjc/libobjc.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libobjc/libobjc.def b/libobjc/libobjc.def index a4a6049e816..7e0a857ecf7 100644 --- a/libobjc/libobjc.def +++ b/libobjc/libobjc.def @@ -45,6 +45,8 @@ objc_thread_id objc_thread_set_data objc_thread_set_priority objc_thread_yield +objc_thread_add +objc_thread_remove __objc_class_name_Object __objc_class_name_Protocol __objc_class_name_NXConstantString |