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
Add test for last glob bug.
[glibc.git]
/
include
/
sys
/
utsname.h
blob
a6b4ceb97e2849f33e54c99606f91b6ea6cd8f44
1
#ifndef _SYS_UTSNAME_H
2
#include <posix/sys/utsname.h>
3
4
extern
int
__uname
(
struct
utsname
*
__name
);
5
6
libc_hidden_proto
(
uname
)
7
libc_hidden_proto
(
__uname
)
8
#endif