- Timestamp:
- Jul 24, 2011 3:42:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/restartable-syscall-wrappers.c
r2470 r2507 156 156 static union 157 157 { 158 int (* pfnReal)(const char *, int, mode_t);158 int (* pfnReal)(const char *, int, ...); 159 159 void *pvSym; 160 160 } s_u; … … 182 182 static union 183 183 { 184 int (* pfnReal)(const char *, int, mode_t);184 int (* pfnReal)(const char *, int, ...); 185 185 void *pvSym; 186 186 } s_u;
Note:
See TracChangeset
for help on using the changeset viewer.