* config/ho-hpux.h: Do not include ho-sysv.h. Instead include
standard hpux include files to pick up various function decls.
This commit is contained in:
parent
1a12739ccd
commit
5d5a6520c3
1 changed files with 9 additions and 2 deletions
|
@ -17,8 +17,6 @@
|
|||
along with GAS; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include "ho-sysv.h"
|
||||
|
||||
/* This header file contains the #defines specific
|
||||
to HPUX changes sent me by cph@zurich.ai.mit.edu */
|
||||
#ifndef hpux
|
||||
|
@ -31,4 +29,13 @@
|
|||
|
||||
#define setbuffer(stream, buf, size)
|
||||
|
||||
/* Some basic include files. Avoid including ho-sysv.h as it defines
|
||||
malloc and free and the declarations do not match what HPUX puts
|
||||
in its include files! Declaring such system functions is not all
|
||||
that good of an idea. */
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
/* end of ho-hpux.h */
|
||||
|
|
Loading…
Reference in a new issue