We have libproc now

This commit is contained in:
christos 2015-09-24 14:17:20 +00:00
parent d502ba5f9b
commit fbb8599f9a
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: libproc.h,v 1.2 2010/02/21 01:46:34 darran Exp $ */
/* $NetBSD: libproc.h,v 1.3 2015/09/24 14:17:20 christos Exp $ */
/*
* Copyright (C) 2008 John Birrell <jb@freebsd.org>
@ -54,13 +54,6 @@ typedef void (*proc_child_func)(void *);
#define PS_DEAD 5
#define PS_LOST 6
typedef struct prmap {
uintptr_t pr_vaddr; /* Virtual address. */
} prmap_t;
#if 0
#include_next <libproc.h>
#endif
#endif