about summary refs log tree commit diff
path: root/linuxthreads_db/thread_dbP.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-02 16:04:00 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-02 16:04:00 +0000
commit03fc7ab6ed4bc2f71964a3d31ad578821256b6bc (patch)
treec37b35125e60935a79ee0831af8902534f087a45 /linuxthreads_db/thread_dbP.h
parentecda4bdaa1835e9a7865667690e3e264c25085e6 (diff)
downloadglibc-03fc7ab6ed4bc2f71964a3d31ad578821256b6bc.tar.gz
glibc-03fc7ab6ed4bc2f71964a3d31ad578821256b6bc.tar.xz
glibc-03fc7ab6ed4bc2f71964a3d31ad578821256b6bc.zip
Update.
	* sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Add more pr* types used
	by the debugger.
	* sysdeps/unix/sysv/linux/arm/sys/procfs.h: Likewise.
	* sysdeps/unix/sysv/linux/i386/sys/procfs.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
	* sysdeps/unix/sysv/linux/sys/procfs.h: Likewise.

1999-11-01  Ulrich Drepper  <drepper@cygnus.com>
Diffstat (limited to 'linuxthreads_db/thread_dbP.h')
-rw-r--r--linuxthreads_db/thread_dbP.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linuxthreads_db/thread_dbP.h b/linuxthreads_db/thread_dbP.h
index 1fd09e965b..0fd1c11a28 100644
--- a/linuxthreads_db/thread_dbP.h
+++ b/linuxthreads_db/thread_dbP.h
@@ -3,11 +3,10 @@
 #define _THREAD_DBP_H	1
 
 #include <string.h>
+#include "proc_service.h"
 #include "thread_db.h"
 #include "../linuxthreads/internals.h"
 
-#include "proc_service.h"
-
 
 /* Comment out the following for less verbose output.  */
 #define LOG(c) __libc_write (2, c "\n", strlen (c "\n"))