mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Fix cast. * hurd/report-wait.c (_S_msg_report_wait): Likewise. * include/sys/xattr.h: New file.
This commit is contained in:
@ -140,7 +140,7 @@ _S_msg_report_wait (mach_port_t msgport, thread_t thread,
|
||||
error_t err;
|
||||
|
||||
err = __thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR,
|
||||
(integer_t *) &state, &count);
|
||||
(natural_t *) &state, &count);
|
||||
if (err)
|
||||
return err;
|
||||
assert (count == MACHINE_THREAD_STATE_COUNT);
|
||||
|
Reference in New Issue
Block a user