File:  [gforth] / gforth / wordlibs / unixlib.h
Revision 1.3: download - view: text, annotated - select for diffs
Sun Jun 20 19:56:49 1999 UTC (24 years, 9 months ago) by pazsan
Branches: MAIN
CVS tags: v0-7-0, v0-6-2, v0-6-1, v0-6-0, v0-5-0, HEAD
Some small fixes for SHARC port

    1: #include <sys/time.h>
    2: #include <ctype.h>
    3: #include <stdio.h>
    4: #include <time.h>
    5: #include <string.h>
    6: #include <fcntl.h>
    7: #include <math.h>
    8: #include <assert.h>
    9: #include <stdlib.h>
   10: #include <unistd.h>
   11: #include <termios.h>
   12: #include <sys/types.h>
   13: #include <sys/stat.h>
   14: #include <sys/ioctl.h>
   15: #include <sys/wait.h>
   16: #include <errno.h>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>