146283Sdfr/* Native definitions for alpha running OSF/1-3.x and higher, using procfs.
298944Sobrien   Copyright 1995 Free Software Foundation, Inc.
346283Sdfr
498944Sobrien   This file is part of GDB.
546283Sdfr
698944Sobrien   This program is free software; you can redistribute it and/or modify
798944Sobrien   it under the terms of the GNU General Public License as published by
898944Sobrien   the Free Software Foundation; either version 2 of the License, or
998944Sobrien   (at your option) any later version.
1046283Sdfr
1198944Sobrien   This program is distributed in the hope that it will be useful,
1298944Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1398944Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1498944Sobrien   GNU General Public License for more details.
1546283Sdfr
1698944Sobrien   You should have received a copy of the GNU General Public License
1798944Sobrien   along with this program; if not, write to the Free Software
1898944Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
1998944Sobrien   Boston, MA 02111-1307, USA.  */
2046283Sdfr
2146283Sdfr/* OSF/1-3.x fixes some OSF/1-2.x procfs peculiarities and adds
2246283Sdfr   a new one.  */
2346283Sdfr#include "alpha/nm-osf2.h"
2446283Sdfr
2546283Sdfr#undef PROCFS_NEED_PIOCSSIG_FOR_KILL
2646283Sdfr#undef PROCFS_DONT_PIOCSSIG_CURSIG
2746283Sdfr#define PROCFS_NEED_CLEAR_CURSIG_FOR_KILL
28