Changeset ad3bf667 in rtems for c/src/lib/libbsp/unix/posix/shmsupp
- Timestamp:
- 08/02/95 20:01:56 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4a6fa2ab
- Parents:
- 0d55427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
r0d55427 rad3bf667 40 40 #include <bsp.h> 41 41 42 #include <sys/types.h> 42 43 #include <stdio.h> 43 44 #include <errno.h> 44 45 #include <unistd.h> 45 #include <sys/types.h>46 46 #include <sys/ipc.h> 47 47 #include <sys/shm.h>
Note: See TracChangeset
for help on using the changeset viewer.