projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1501595
)
(__gconv_info): Define __data element using __flexarr.
author
drepper
<drepper>
Mon, 27 Nov 2000 17:52:35 +0000
(17:52 +0000)
committer
drepper
<drepper>
Mon, 27 Nov 2000 17:52:35 +0000
(17:52 +0000)
iconv/gconv.h
patch
|
blob
|
history
diff --git
a/iconv/gconv.h
b/iconv/gconv.h
index
03574d8
..
3956752
100644
(file)
--- a/
iconv/gconv.h
+++ b/
iconv/gconv.h
@@
-168,7
+168,7
@@
typedef struct __gconv_info
{
size_t __nsteps;
struct __gconv_step *__steps;
- __extension__ struct __gconv_step_data __data
[0]
;
+ __extension__ struct __gconv_step_data __data
__flexarr
;
} *__gconv_t;
#endif /* gconv.h */