Merge "Switch ARM debuggerd over to <sys/user.h>."

This commit is contained in:
Elliott Hughes 2013-11-27 04:52:04 +00:00 committed by Gerrit Code Review
commit 1899628a2e

View file

@ -15,18 +15,15 @@
** limitations under the License.
*/
#include <stddef.h>
#include <errno.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <corkscrew/ptrace.h>
#include <linux/user.h>
#include <sys/types.h>
#include <sys/user.h>
#include "../utility.h"
#include "../machine.h"