Changeset 506 for trunk/kernel/syscalls/sys_stat.c
- Timestamp:
- Aug 25, 2018, 6:29:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_stat.c
r457 r506 32 32 #include <process.h> 33 33 34 #include <syscalls.h> 35 34 36 ///////////////////////////////////// 35 int sys_stat( c har* pathname,37 int sys_stat( const char * pathname, 36 38 struct stat * u_stat ) 37 39 {
Note: See TracChangeset
for help on using the changeset viewer.