server: Remove unneeded semicolon.
This commit is contained in:
parent
5ce9649f5a
commit
77aa978d9e
|
@ -54,7 +54,7 @@ __ASM_GLOBAL_FUNC( pthread_kill_syscall,
|
||||||
"int $0x80\n\t"
|
"int $0x80\n\t"
|
||||||
"jae 1f\n\t"
|
"jae 1f\n\t"
|
||||||
"negl %eax\n"
|
"negl %eax\n"
|
||||||
"1:\tret" );
|
"1:\tret" )
|
||||||
#else
|
#else
|
||||||
static inline int pthread_kill_syscall( mach_port_t, int )
|
static inline int pthread_kill_syscall( mach_port_t, int )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue