ossp-pkg/pth/pth.h.in 1.143 -> 1.144
--- pth.h.in 2004/10/08 16:17:02 1.143
+++ pth.h.in 2004/12/03 16:21:08 1.144
@@ -505,8 +505,6 @@
/* user-space context functions */
extern int pth_uctx_create(pth_uctx_t *);
extern int pth_uctx_make(pth_uctx_t, char *, size_t, const sigset_t *, void (*)(void *), void *, pth_uctx_t);
-extern int pth_uctx_save(pth_uctx_t);
-extern int pth_uctx_restore(pth_uctx_t);
extern int pth_uctx_switch(pth_uctx_t, pth_uctx_t);
extern int pth_uctx_destroy(pth_uctx_t);
|
|