< prev index next >

agent/src/os/linux/proc_service.h

Print this page
rev 8364 : 8078513: [linux]  Clean up code relevant to LinuxThreads implementation
Reviewed-by: dholmes, sla, coleenp

@@ -28,11 +28,11 @@
 #include <stdio.h>
 #include <thread_db.h>
 
 // Linux does not have the proc service library, though it does provide the
 // thread_db library which can be used to manipulate threads without having
-// to know the details of LinuxThreads or NPTL
+// to know the details of NPTL
 
 // copied from Solaris "proc_service.h"
 typedef enum {
         PS_OK,          /* generic "call succeeded" */
         PS_ERR,         /* generic error */
< prev index next >