Changeset 3340 for trunk/essentials/app-arch/cpio/lib/getcwd.h
- Timestamp:
- May 6, 2007, 8:38:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-arch/cpio/lib/getcwd.h
r3332 r3340 25 25 #include <unistd.h> 26 26 27 #ifndef __KLIBC__ /* we really don't need this. */ 28 27 29 /* If necessary, systematically rename identifiers so that they do not 28 30 collide with the system function. Renaming avoids problems with … … 39 41 char *getcwd (char *, size_t); 40 42 #endif 43 44 #endif /* !__KLIBC__ */
Note:
See TracChangeset
for help on using the changeset viewer.