The definition of these variables and functions has moved over the years.

Signed-off-by: Barret Rhoden <[email protected]>
---
 user/parlib/include/vcore.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/user/parlib/include/vcore.h b/user/parlib/include/vcore.h
index 05e538ade7d5..16655da49739 100644
--- a/user/parlib/include/vcore.h
+++ b/user/parlib/include/vcore.h
@@ -27,12 +27,10 @@ extern void exit (int __status) __THROW __attribute__ 
((__noreturn__));
 #define TRANSITION_STACK_PAGES 2
 #define TRANSITION_STACK_SIZE (TRANSITION_STACK_PAGES*PGSIZE)
 
-/* Defined by glibc; Must be implemented by a user level threading library */
+/* Defined in vcore.c */
 extern void vcore_entry();
-/* Defined in glibc's start.c */
 extern __thread bool __vcore_context;
 extern __thread int __vcoreid;
-/* Defined in vcore.c */
 extern __thread struct syscall __vcore_one_sysc;       /* see sys_change_vcore 
*/
 
 /* Vcore API functions */
-- 
2.6.0.rc2.230.g3dd15c0

-- 
You received this message because you are subscribed to the Google Groups 
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to