Changeset 2447 for trunk/src/lib/restartable-syscall-wrappers.c
- Timestamp:
- Jul 7, 2011, 1:59:15 PM (14 years ago)
- File:
-
- 1 edited
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.