Changeset 2447 in kBuild for trunk/src/lib/restartable-syscall-wrappers.c
- Timestamp:
- Jul 7, 2011 11:59:15 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/lib/restartable-syscall-wrappers.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.

