diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-03 22:19:10 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-03 22:19:10 +0000 |
commit | e4a0e98e2b0e10938cf1ef7efff1e15af57830c8 (patch) | |
tree | 282d0471fb0c89ee825c8b46ef3223411a7aaa5f /bfd/hosts/dgux.h | |
parent | 0da5b97eb159ffe7f676ff81305b9d9a37428793 (diff) | |
download | gdb-e4a0e98e2b0e10938cf1ef7efff1e15af57830c8.zip gdb-e4a0e98e2b0e10938cf1ef7efff1e15af57830c8.tar.gz gdb-e4a0e98e2b0e10938cf1ef7efff1e15af57830c8.tar.bz2 |
Initial revision
Diffstat (limited to 'bfd/hosts/dgux.h')
-rw-r--r-- | bfd/hosts/dgux.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h new file mode 100644 index 0000000..b4b102d --- /dev/null +++ b/bfd/hosts/dgux.h @@ -0,0 +1,15 @@ +#include <sys/dg_c_generics.h> +#include <unistd.h> +#include <stdlib.h> +#include <string.h> +#include <fcntl.h> +#include <sys/stat.h> +#include <time.h> +#include <ctype.h> + +#include <stdio.h> + +#define NO_STDARG 1 + + + |