Changeset 23c4bbf5 in rtems
- Timestamp:
- 03/16/99 01:41:16 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cda0c07
- Parents:
- e602b3f
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/include/rtems/libio_.h
re602b3f r23c4bbf5 21 21 22 22 #include <rtems.h> 23 #include <rtems/libio.h> /* include before standard IO */ 23 24 #include <rtems/assoc.h> /* assoc.h not included by rtems.h */ 24 #include <rtems/libio.h>25 25 26 26 #include <stdio.h> /* O_RDONLY, et.al. */ … … 46 46 #include <unistd.h> 47 47 #include <stdlib.h> /* calloc() */ 48 49 #include "libio.h" /* libio.h not pulled in by rtems */50 51 48 52 49 /* -
c/src/exec/libcsupport/include/rtems/libio_.h
re602b3f r23c4bbf5 21 21 22 22 #include <rtems.h> 23 #include <rtems/libio.h> /* include before standard IO */ 23 24 #include <rtems/assoc.h> /* assoc.h not included by rtems.h */ 24 #include <rtems/libio.h>25 25 26 26 #include <stdio.h> /* O_RDONLY, et.al. */ … … 46 46 #include <unistd.h> 47 47 #include <stdlib.h> /* calloc() */ 48 49 #include "libio.h" /* libio.h not pulled in by rtems */50 51 48 52 49 /* -
c/src/exec/libcsupport/src/libio.c
re602b3f r23c4bbf5 38 38 #include <stdlib.h> /* calloc() */ 39 39 40 #include "libio.h"/* libio.h not pulled in by rtems */40 #include <rtems/libio.h> /* libio.h not pulled in by rtems */ 41 41 42 42 /* -
c/src/exec/libcsupport/src/tcdrain.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 26 26 int tcdrain( -
c/src/exec/libcsupport/src/tcgetattr.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 26 26 int tcgetattr( -
c/src/exec/libcsupport/src/tcsetattr.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 #include "libio_.h" 26 26 -
c/src/lib/include/rtems/libio_.h
re602b3f r23c4bbf5 21 21 22 22 #include <rtems.h> 23 #include <rtems/libio.h> /* include before standard IO */ 23 24 #include <rtems/assoc.h> /* assoc.h not included by rtems.h */ 24 #include <rtems/libio.h>25 25 26 26 #include <stdio.h> /* O_RDONLY, et.al. */ … … 46 46 #include <unistd.h> 47 47 #include <stdlib.h> /* calloc() */ 48 49 #include "libio.h" /* libio.h not pulled in by rtems */50 51 48 52 49 /* -
c/src/lib/libc/libio.c
re602b3f r23c4bbf5 38 38 #include <stdlib.h> /* calloc() */ 39 39 40 #include "libio.h"/* libio.h not pulled in by rtems */40 #include <rtems/libio.h> /* libio.h not pulled in by rtems */ 41 41 42 42 /* -
c/src/lib/libc/libio_.h
re602b3f r23c4bbf5 21 21 22 22 #include <rtems.h> 23 #include <rtems/libio.h> /* include before standard IO */ 23 24 #include <rtems/assoc.h> /* assoc.h not included by rtems.h */ 24 #include <rtems/libio.h>25 25 26 26 #include <stdio.h> /* O_RDONLY, et.al. */ … … 46 46 #include <unistd.h> 47 47 #include <stdlib.h> /* calloc() */ 48 49 #include "libio.h" /* libio.h not pulled in by rtems */50 51 48 52 49 /* -
c/src/lib/libc/tcdrain.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 26 26 int tcdrain( -
c/src/lib/libc/tcgetattr.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 26 26 int tcgetattr( -
c/src/lib/libc/tcsetattr.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 #include "libio_.h" 26 26 -
cpukit/include/rtems/libio_.h
re602b3f r23c4bbf5 21 21 22 22 #include <rtems.h> 23 #include <rtems/libio.h> /* include before standard IO */ 23 24 #include <rtems/assoc.h> /* assoc.h not included by rtems.h */ 24 #include <rtems/libio.h>25 25 26 26 #include <stdio.h> /* O_RDONLY, et.al. */ … … 46 46 #include <unistd.h> 47 47 #include <stdlib.h> /* calloc() */ 48 49 #include "libio.h" /* libio.h not pulled in by rtems */50 51 48 52 49 /* -
cpukit/libcsupport/include/rtems/libio_.h
re602b3f r23c4bbf5 21 21 22 22 #include <rtems.h> 23 #include <rtems/libio.h> /* include before standard IO */ 23 24 #include <rtems/assoc.h> /* assoc.h not included by rtems.h */ 24 #include <rtems/libio.h>25 25 26 26 #include <stdio.h> /* O_RDONLY, et.al. */ … … 46 46 #include <unistd.h> 47 47 #include <stdlib.h> /* calloc() */ 48 49 #include "libio.h" /* libio.h not pulled in by rtems */50 51 48 52 49 /* -
cpukit/libcsupport/src/libio.c
re602b3f r23c4bbf5 38 38 #include <stdlib.h> /* calloc() */ 39 39 40 #include "libio.h"/* libio.h not pulled in by rtems */40 #include <rtems/libio.h> /* libio.h not pulled in by rtems */ 41 41 42 42 /* -
cpukit/libcsupport/src/tcdrain.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 26 26 int tcdrain( -
cpukit/libcsupport/src/tcgetattr.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 26 26 int tcgetattr( -
cpukit/libcsupport/src/tcsetattr.c
re602b3f r23c4bbf5 22 22 #include <sys/ioctl.h> 23 23 24 #include "libio.h"24 #include <rtems/libio.h> 25 25 #include "libio_.h" 26 26
Note: See TracChangeset
for help on using the changeset viewer.