repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "BZ 16133 has been fixed (async signal safe TLS)."
[glibc.git]
/
include
/
sys
/
utsname.h
blob
66a5289638202e8892fef5fa906308c6d1766797
1
#ifndef _SYS_UTSNAME_H
2
#include <posix/sys/utsname.h>
3
4
#ifndef _ISOMAC
5
extern
int
__uname
(
struct
utsname
*
__name
);
6
7
libc_hidden_proto
(
uname
)
8
libc_hidden_proto
(
__uname
)
9
#endif
10
#endif