Changeset d37ea462 in rtems
- Timestamp:
- May 11, 1998, 5:39:38 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c4638fff
- Parents:
- 7123d3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/syscalls.c
r7123d3b rd37ea462 102 102 return -1; 103 103 } 104 #if 0 104 105 int execv(const char *_path, char * const _argv[] ) { 105 106 puts( "execv -- not supported!!!" ); … … 108 109 return -1; 109 110 } 111 #endif 110 112 int wait() { 111 113 puts( "wait -- not supported!!!" );
Note: See TracChangeset
for help on using the changeset viewer.