< prev index next >

agent/src/os/linux/proc_service.h

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

*** 1,7 **** /* ! * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,8 ---- /* ! * Copyright (c) 2003, 2015 Oracle and/or its affiliates. All rights ! * reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 28,38 **** #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 // copied from Solaris "proc_service.h" typedef enum { PS_OK, /* generic "call succeeded" */ PS_ERR, /* generic error */ --- 29,39 ---- #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 NPTL // copied from Solaris "proc_service.h" typedef enum { PS_OK, /* generic "call succeeded" */ PS_ERR, /* generic error */
< prev index next >