diff options
Diffstat (limited to 'libthread_db/include/sys/procfs.h')
-rw-r--r-- | libthread_db/include/sys/procfs.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libthread_db/include/sys/procfs.h b/libthread_db/include/sys/procfs.h deleted file mode 100644 index 0ae7a0bd9..000000000 --- a/libthread_db/include/sys/procfs.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright 2006 The Android Open Source Project - */ - -#ifndef _SYS_PROCFS_H -#define _SYS_PROCFS_H - -#include <sys/types.h> - - -#ifdef __cplusplus -extern "C"{ -#endif - -typedef pid_t lwpid_t; -typedef void *psaddr_t; - -#ifdef __cplusplus -} -#endif - -#endif |