Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1899628a authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents b2406973 9e7d2180
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -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"