fix regression in arm user.h that happened during big user.h changes
[musl] / arch / arm / bits / user.h
index 9df7a9a..3e5a4d2 100644 (file)
@@ -26,6 +26,7 @@ struct user {
        unsigned long u_tsize, u_dsize, u_ssize;
        unsigned long start_code, start_stack;
        long signal;
+       int reserved;
        struct user_regs *u_ar0;
        unsigned long magic;
        char u_comm[32];