repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
testsuite: Skip analyzer tests on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
analyzer
/
errno-pr107777.c
blob
65687393657b48f68a779ea44d4d7958ab39ce31
1
int
*
2
__errno_location
(
void
);
3
4
long int
5
read
(
int
,
void
*,
unsigned long int
);
6
7
struct
IOBUF
{
8
int
fd
;
9
};
10
11
void
12
do_getline_end_data
(
struct
IOBUF
*
iop
,
int
tree
)
13
{
14
char
end_data
;
15
16
if
(
tree
)
17
*
__errno_location
() =
0
;
18
19
read
(
iop
->
fd
, &
end_data
,
sizeof
end_data
);
20
}