From 8b05c95a7fd5850112783aa3745c6848d0067c1c Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Mon, 6 Nov 2000 17:48:11 +0100
Subject: [PATCH] Added the names for thread_create, this_thread and
 all_threads to correspond with the manual.

Rev: lib/modules/Thread.pmod:1.24
---
 lib/modules/Thread.pmod | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/modules/Thread.pmod b/lib/modules/Thread.pmod
index aae47b5479..78f3674874 100644
--- a/lib/modules/Thread.pmod
+++ b/lib/modules/Thread.pmod
@@ -9,6 +9,10 @@ constant Condition=__builtin.condition;
 constant _Disabled=__builtin.threads_disabled;
 constant Local=__builtin.thread_local;
 
+constant thread_create = predef::thread_create;
+constant this_thread = predef::this_thread;
+constant all_threads = predef::all_threads;
+
 class Fifo {
   inherit Condition : r_cond;
   inherit Condition : w_cond;
-- 
GitLab