* proc-utils.h: ... here.
* sol-thread.c: Include procfs.h and proc-utils.h.
2009-06-07 Pedro Alves <pedro@codesourcery.com>
+ * inferior.h (procfs_first_available): Move declaration to...
+ * proc-utils.h: ... here.
+ * sol-thread.c: Include procfs.h and proc-utils.h.
+
+2009-06-07 Pedro Alves <pedro@codesourcery.com>
+
* inferior.h (proc_iterate_over_mappings): Delete declaration.
* nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
* procfs.c (proc_iterate_over_mappings): Delete.
extern void terminal_init_inferior_with_pgrp (int pgrp);
-/* From procfs.c */
-
-extern ptid_t procfs_first_available (void);
-
/* From fork-child.c */
extern int fork_inferior (char *, char *, char **,
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+/* From proc-why.c */
/*
* Pretty-print functions for /proc data
extern void proc_prettyfprint_status (long, int, int, int);
+
+/* From proc-api.c */
+
/*
* Trace functions for /proc api.
*/
#else
typedef long procfs_ctl_t;
#endif
+
+
+/* From procfs.c */
+
+extern ptid_t procfs_first_available (void);
#include "solib.h"
#include "symfile.h"
#include "observer.h"
-
#include "gdb_string.h"
+#include <sys/procfs.h>
+#include "proc-utils.h"
struct target_ops sol_thread_ops;