index
:
Hyra
aarch64
dev
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mlibc
/
tests
/
rtdl
/
tls_align
/
libbar.c
blob: 3f8d6a7e1b359479ac153436665e806d02b2249e (
plain
)
1
_Thread_local
__attribute__
((
aligned
(
8
)))
char
bar_thread_local
[
8
]
=
"Hello!"
;