Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr23445.c
blob: 3ddf9b702c7b7f62b556b7a5280b4b5716476535 [
file
] [
log
] [
blame
]
struct
buffer_head
{
char
*
b_data
;
};
void
asfs_deletebnode
(
struct
buffer_head
*
bhsec
)
{
if
(
bhsec
==
0
)
{
void
*
bnc2
=
(
void
*)
bhsec
->
b_data
;
if
(
bnc2
)
return
;
if
(
bhsec
)
__brelse
(
bhsec
);
}
}