mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
2004-09-11 Alfred M. Szmidt <ams@kemisten.nu>
* sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]: Cast THR, SEL and DESC to `void'.
This commit is contained in:
parent
72ae1e97d0
commit
09fb62920e
@ -39,7 +39,7 @@
|
||||
# include <mach/i386/mach_i386.h>
|
||||
|
||||
# ifndef HAVE_I386_SET_GDT
|
||||
# define __i386_set_gdt(thr, sel, desc) ((thr), (sel), (desc), MIG_BAD_ID)
|
||||
# define __i386_set_gdt(thr, sel, desc) ((void) (thr), (void) (sel), (void) (desc), MIG_BAD_ID)
|
||||
# endif
|
||||
|
||||
# include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user