diff options
author | Elliott Hughes <enh@google.com> | 2014-01-27 15:44:24 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-01-27 15:45:06 -0800 |
commit | d373d0c038d29931a51c7fe11d23b4084e91b837 (patch) | |
tree | 2ff78ef9afd6d49f8a7c793da3865be102d48a6d /libthread_db/include/sys/procfs.h | |
parent | ba0c668feca851fd52359bee4174a232f27697b4 (diff) | |
download | android_bionic-d373d0c038d29931a51c7fe11d23b4084e91b837.tar.gz android_bionic-d373d0c038d29931a51c7fe11d23b4084e91b837.tar.bz2 android_bionic-d373d0c038d29931a51c7fe11d23b4084e91b837.zip |
Remove libthread_db from bionic.
The NDK statically links its own copy into gdb.
Bug: 11882807
Change-Id: I0c7ed8761c32df3cc3644258551bc7d2e263f47b
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 |