* xm-vaxult.h: Add decl for strdup().
This commit is contained in:
parent
6f2a109c2c
commit
995e7f86f3
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
Mon Apr 6 15:25:03 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* xm-vaxult.h: Add decl for strdup().
|
||||
|
||||
* Makefile.in: Add dependancies for xm-vaxbsd.h and xm-vaxult.h
|
||||
for xm-vax.h.
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* Definitions to make GDB run on a vax under Ultrix. */
|
||||
|
||||
#include "xm-vax.h"
|
||||
extern char *strdup();
|
||||
|
|
Loading…
Reference in a new issue