Changeset 39143 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 29, 2011 1:21:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp
r39083 r39143 308 308 &cbParameter, /* Size of the memory pointed to. */ 309 309 NULL, /* Where the new value is located. */ 310 NULL);/* Where the size of the new value is stored. */310 0); /* Where the size of the new value is stored. */ 311 311 if (rcBSD == -1) 312 312 return RTErrConvertFromErrno(errno); … … 327 327 &cbParameter, /* Size of the memory pointed to. */ 328 328 NULL, /* Where the new value is located. */ 329 NULL);/* Where the size of the new value is stored. */329 0); /* Where the size of the new value is stored. */ 330 330 if (rcBSD == -1) 331 331 {
Note:
See TracChangeset
for help on using the changeset viewer.