mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"
This reverts commit 0c5b8b5941
.
This commit is contained in:
@ -37,6 +37,7 @@ timer_gettime (timerid, value)
|
||||
struct timer *kt = (struct timer *) timerid;
|
||||
|
||||
/* Delete the kernel timer object. */
|
||||
return INLINE_SYSCALL_RETURN (timer_gettime, 2, int, kt->ktimerid,
|
||||
value);
|
||||
int res = INLINE_SYSCALL (timer_gettime, 2, kt->ktimerid, value);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user