Changeset c6126e57 in rtems
- Timestamp:
- 01/08/97 16:21:38 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d135fc52
- Parents:
- 1019ae4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/syscalls.c
r1019ae4 rc6126e57 51 51 { 52 52 if ( strncmp( "/dev/", path, 5 ) ) { 53 puts( "stat -- non-devices not supported" ); 54 assert( 0 ); 53 return -1; 55 54 } 56 55 return __fstat( 0, buf );
Note: See TracChangeset
for help on using the changeset viewer.