From 0b4d71211687501a728974883ec2ee8ca76508c5 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 22 May 2015 22:29:07 +0100 Subject: [PATCH] includes: resync proc.h --- Library/include/proc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/include/proc.h b/Library/include/proc.h index ce0b7fe8..7bc36d30 100644 --- a/Library/include/proc.h +++ b/Library/include/proc.h @@ -37,7 +37,6 @@ typedef struct p_tab { uint32_t p_pending; /* Bitmask of pending signals */ uint32_t p_ignored; /* Bitmask of ignored signals */ uint32_t p_held; /* Bitmask of held signals */ - struct u_block *p_ublk; /* Pointer to udata block when not running */ uint16_t p_waitno; /* wait #; for finding longest waiting proc */ uint16_t p_timeout; /* timeout in centiseconds - 1 */ /* 0 indicates no timeout, 1 = expired */ -- 2.34.1