Skip to content

Commit

Permalink
11731 kaio: cast between incompatible function types
Browse files Browse the repository at this point in the history
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Dan McDonald <danmcd@joyent.com>
  • Loading branch information
tsoome committed Oct 1, 2019
1 parent 9dd9516 commit 8ab0093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/uts/common/os/aio.c
Expand Up @@ -143,7 +143,7 @@ static int aio_port_callback(void *, int *, pid_t, int, void *);
static struct sysent kaio_sysent = {
6,
SE_NOUNLOAD | SE_64RVAL | SE_ARGC,
(int (*)())kaioc
(int (*)())(uintptr_t)kaioc
};

#ifdef _SYSCALL32_IMPL
Expand Down

0 comments on commit 8ab0093

Please sign in to comment.