Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 21 Mar 2002 12:21:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 21 Mar 2002 12:21:42 -0500 Received: from lightning.hereintown.net ([207.196.96.3]:7811 "EHLO lightning.hereintown.net") by vger.kernel.org with ESMTP id ; Thu, 21 Mar 2002 12:21:20 -0500 From: Chris Meadors To: linux-kernel@vger.kernel.org cc: linux-alpha@vger.kernel.org Subject: [PATCH] Needed to get 2.5.7 to compile and link on Alpha [6/10] Message-Id: Date: Thu, 21 Mar 2002 12:17:47 -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Wow, another one liner, should have been updated with the i386 header. -Chris --- linux-2.5.7/include/asm-alpha/siginfo.h~ Wed Mar 20 05:07:16 2002 +++ linux-2.5.7/include/asm-alpha/siginfo.h Wed Mar 20 08:10:44 2002 @@ -108,6 +108,7 @@ #define SI_ASYNCIO -4 /* sent by AIO completion */ #define SI_SIGIO -5 /* sent by queued SIGIO */ #define SI_TKILL -6 /* sent by tkill system call */ +#define SI_DETHREAD -7 /* sent by execve() killing subsidiary threads */ #define SI_FROMUSER(siptr) ((siptr)->si_code <= 0) #define SI_FROMKERNEL(siptr) ((siptr)->si_code > 0) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/