]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/include/thread.h
libsec: use tsmemcmp() when comparing hashes, use mpfield() for ecc, use mptober...
[plan9front.git] / sys / include / thread.h
index 5e02dcc3e682856ceb811c718c6350a22673207e..74deb994c4300b48e386d581151fd75456524b4c 100644 (file)
@@ -103,9 +103,6 @@ int threadpid(int);
 int    threadsetgrp(int);              /* set thread group, return old */
 void   threadsetname(char *fmt, ...);
 Channel*threadwaitchan(void);
-int    tprivalloc(void);
-void   tprivfree(int);
-void   **tprivaddr(int);
 void   yield(void);
 
 #pragma        varargck        argpos  threadsetname   1