* Stub function to account for the differences in the size of the third
* argument when int and void * are different sizes. Also add pthread
* cancelability.
- *
- * This is for LP64 only.
*/
int
fcntl(int fd, int cmd, ...)
case F_OFD_SETLKW:
case F_OFD_SETLKWTIMEOUT:
case F_PREALLOCATE:
+ case F_PUNCHHOLE:
case F_SETSIZE:
case F_RDADVISE:
case F_LOG2PHYS:
case F_ADDFILESIGS_RETURN:
case F_FINDSIGS:
case F_TRANSCODEKEY:
+ case F_TRIM_ACTIVE_FILE:
case F_CHECK_LV:
arg = va_arg(ap, void *);
break;