Changeset 2447 in kBuild for trunk/src/lib
- Timestamp:
- Jul 7, 2011 11:59:15 AM (13 years ago)
- Location:
- trunk/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/Makefile.kmk
r2444 r2447 41 41 nt_fullpath.c \ 42 42 quoted_spawn.c 43 kUtil_SOURCES. solaris= \43 kUtil_SOURCES.linux = \ 44 44 restartable-syscall-wrappers.c 45 45 kUtil_NOINST = 1 -
trunk/src/lib/restartable-syscall-wrappers.c
r2446 r2447 210 210 } 211 211 212 #undef fopen 212 213 FILE *fopen(const char *pszName, const char *pszMode) 213 214 { … … 229 230 } 230 231 232 #undef fopen64 231 233 FILE *fopen64(const char *pszName, const char *pszMode) 232 234 {
Note:
See TracChangeset
for help on using the changeset viewer.