mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
* sysdeps/x86_64/bits/wordsize.h: New file.
This commit is contained in:
parent
37de950b40
commit
a06bb7ce88
@ -1,5 +1,7 @@
|
||||
2002-03-03 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/x86_64/bits/wordsize.h: New file.
|
||||
|
||||
* elf/nodlopenmod2.c: Provide prototype to avoid warning.
|
||||
* elf/tst-tlsmod1.c: Likewise.
|
||||
|
||||
|
7
sysdeps/x86_64/bits/wordsize.h
Normal file
7
sysdeps/x86_64/bits/wordsize.h
Normal file
@ -0,0 +1,7 @@
|
||||
/* Determine the wordsize from the preprocessor defines. */
|
||||
|
||||
#if defined __x86_64__
|
||||
# define __WORDSIZE 64
|
||||
#else
|
||||
# define __WORDSIZE 32
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user