aboutsummaryrefslogtreecommitdiffstats
path: root/libthread_db/include/sys/procfs.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-28 00:24:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-01-28 00:24:57 +0000
commit652dd5196df87bdeef7bff452f1a4857a96e3133 (patch)
tree2ff78ef9afd6d49f8a7c793da3865be102d48a6d /libthread_db/include/sys/procfs.h
parentba0c668feca851fd52359bee4174a232f27697b4 (diff)
parentd373d0c038d29931a51c7fe11d23b4084e91b837 (diff)
downloadandroid_bionic-652dd5196df87bdeef7bff452f1a4857a96e3133.tar.gz
android_bionic-652dd5196df87bdeef7bff452f1a4857a96e3133.tar.bz2
android_bionic-652dd5196df87bdeef7bff452f1a4857a96e3133.zip
Merge "Remove libthread_db from bionic."
Diffstat (limited to 'libthread_db/include/sys/procfs.h')
-rw-r--r--libthread_db/include/sys/procfs.h22
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