Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
git-mirror
/
glibc
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
4c98451
aout
argp
assert
bare
bits
catgets
conf
conform
crypt
csu
ctype
debug
dirent
dlfcn
elf
gmon
gnulib
grp
hesiod
hurd
iconv
iconvdata
include
inet
intl
io
libio
linuxthreads
linuxthreads_db
locale
localedata
login
mach
malloc
manual
math
misc
nis
nscd
nss
po
posix
pwd
resolv
resource
rpm
rt
scripts
setjmp
shadow
signal
socket
soft-fp
stdio-common
stdlib
streams
string
sunrpc
sysdeps
alpha
am29k
arm
cris
generic
gnu
hppa
i386
i860
i960
ia64
ieee754
m68k
m88k
mach
mips
posix
powerpc
pthread
rs6000
s390
sh
sparc
bits
fpu
sparc32
sparc64
bits
wordsize.h
elf
fpu
soft-fp
sparcv9b
Dist
Implies
Makefile
Versions
add_n.S
addmul_1.S
atomicity.h
bcopy.c
bzero.c
dl-machine.h
hp-timing.c
hp-timing.h
lshift.S
memchr.S
memcmp.S
memcpy.S
memmove.c
memset.S
mul_1.S
rawmemchr.S
rshift.S
stpcpy.S
stpncpy.S
strcat.S
strchr.S
strcmp.S
strcpy.S
strcspn.S
strlen.S
strncmp.S
strncpy.S
strpbrk.S
strrchr.c
strspn.S
sub_n.S
submul_1.S
sys
Dist
Makefile
Subdirs
abort-instr.h
dl-dtprocnum.h
gccframe.h
memusage.h
stackinfo.h
standalone
tahoe
unix
vax
wordsize-32
wordsize-64
x86_64
z8000
sysvipc
termios
time
timezone
wcsmbs
wctype
.cvsignore
BUGS
CONFORMANCE
COPYING
COPYING.LIB
ChangeLog
ChangeLog.1
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
FAQ
FAQ.in
INSTALL
INTERFACE
LICENSES
Make-dist
MakeTAGS
Makeconfig
Makefile
Makefile.in
Makerules
NAMESPACE
NEWS
NOTES
PROJECTS
README
README-alpha
README.libm
README.template
Rules
Versions.def
abi-tags
aclocal.m4
config-name.in
config.h.in
config.make.in
configure
configure.in
cppflags-iterator.mk
extra-lib.mk
glibcbug.in
o-iterator.mk
shlib-versions
test-skeleton.c
version.h
Breadcrumbs
glibc
/
sysdeps
/
sparc
/
sparc64
/
bits
/
wordsize.h
Blame
Blame
Latest commit
History
History
8 lines (7 loc) · 196 Bytes
Breadcrumbs
glibc
/
sysdeps
/
sparc
/
sparc64
/
bits
/
wordsize.h
Top
File metadata and controls
Code
Blame
8 lines (7 loc) · 196 Bytes
Raw
/* Determine the wordsize from the preprocessor defines. */ #if defined __arch64__ || defined __sparcv9 # define __WORDSIZE 64 # define __WORDSIZE_COMPAT32 1 #else # define __WORDSIZE 32 #endif
1
2
3
4
5
6
7
8
You can’t perform that action at this time.