Changeset 8be693b in mainline for uspace/lib/libc/generic/vfs/vfs.c
- Timestamp:
- 2009-04-08T18:57:11Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a180ad
- Parents:
- 9eb3623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/vfs/vfs.c
r9eb3623 r8be693b 535 535 return NULL; 536 536 } 537 str cpy(buf, cwd_path);537 str_ncpy(buf, cwd_path, size); 538 538 futex_up(&cwd_futex); 539 539 return buf;
Note:
See TracChangeset
for help on using the changeset viewer.