Skip to content

Commit 84f0baf

Browse files
committed
Remove carriage returns from zlib.map.
1 parent 7af6320 commit 84f0baf

File tree

1 file changed

+100
-100
lines changed

1 file changed

+100
-100
lines changed

zlib.map

Lines changed: 100 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,100 @@
1-
ZLIB_1.2.0 {
2-
global:
3-
compressBound;
4-
deflateBound;
5-
inflateBack;
6-
inflateBackEnd;
7-
inflateBackInit_;
8-
inflateCopy;
9-
local:
10-
deflate_copyright;
11-
inflate_copyright;
12-
inflate_fast;
13-
inflate_table;
14-
zcalloc;
15-
zcfree;
16-
z_errmsg;
17-
gz_error;
18-
gz_intmax;
19-
_*;
20-
};
21-
22-
ZLIB_1.2.0.2 {
23-
gzclearerr;
24-
gzungetc;
25-
zlibCompileFlags;
26-
} ZLIB_1.2.0;
27-
28-
ZLIB_1.2.0.8 {
29-
deflatePrime;
30-
} ZLIB_1.2.0.2;
31-
32-
ZLIB_1.2.2 {
33-
adler32_combine;
34-
crc32_combine;
35-
deflateSetHeader;
36-
inflateGetHeader;
37-
} ZLIB_1.2.0.8;
38-
39-
ZLIB_1.2.2.3 {
40-
deflateTune;
41-
gzdirect;
42-
} ZLIB_1.2.2;
43-
44-
ZLIB_1.2.2.4 {
45-
inflatePrime;
46-
} ZLIB_1.2.2.3;
47-
48-
ZLIB_1.2.3.3 {
49-
adler32_combine64;
50-
crc32_combine64;
51-
gzopen64;
52-
gzseek64;
53-
gztell64;
54-
inflateUndermine;
55-
} ZLIB_1.2.2.4;
56-
57-
ZLIB_1.2.3.4 {
58-
inflateReset2;
59-
inflateMark;
60-
} ZLIB_1.2.3.3;
61-
62-
ZLIB_1.2.3.5 {
63-
gzbuffer;
64-
gzoffset;
65-
gzoffset64;
66-
gzclose_r;
67-
gzclose_w;
68-
} ZLIB_1.2.3.4;
69-
70-
ZLIB_1.2.5.1 {
71-
deflatePending;
72-
} ZLIB_1.2.3.5;
73-
74-
ZLIB_1.2.5.2 {
75-
deflateResetKeep;
76-
gzgetc_;
77-
inflateResetKeep;
78-
} ZLIB_1.2.5.1;
79-
80-
ZLIB_1.2.7.1 {
81-
inflateGetDictionary;
82-
gzvprintf;
83-
} ZLIB_1.2.5.2;
84-
85-
ZLIB_1.2.9 {
86-
inflateCodesUsed;
87-
inflateValidate;
88-
uncompress2;
89-
gzfread;
90-
gzfwrite;
91-
deflateGetDictionary;
92-
adler32_z;
93-
crc32_z;
94-
} ZLIB_1.2.7.1;
95-
96-
ZLIB_1.2.12 {
97-
crc32_combine_gen;
98-
crc32_combine_gen64;
99-
crc32_combine_op;
100-
} ZLIB_1.2.9;
1+
ZLIB_1.2.0 {
2+
global:
3+
compressBound;
4+
deflateBound;
5+
inflateBack;
6+
inflateBackEnd;
7+
inflateBackInit_;
8+
inflateCopy;
9+
local:
10+
deflate_copyright;
11+
inflate_copyright;
12+
inflate_fast;
13+
inflate_table;
14+
zcalloc;
15+
zcfree;
16+
z_errmsg;
17+
gz_error;
18+
gz_intmax;
19+
_*;
20+
};
21+
22+
ZLIB_1.2.0.2 {
23+
gzclearerr;
24+
gzungetc;
25+
zlibCompileFlags;
26+
} ZLIB_1.2.0;
27+
28+
ZLIB_1.2.0.8 {
29+
deflatePrime;
30+
} ZLIB_1.2.0.2;
31+
32+
ZLIB_1.2.2 {
33+
adler32_combine;
34+
crc32_combine;
35+
deflateSetHeader;
36+
inflateGetHeader;
37+
} ZLIB_1.2.0.8;
38+
39+
ZLIB_1.2.2.3 {
40+
deflateTune;
41+
gzdirect;
42+
} ZLIB_1.2.2;
43+
44+
ZLIB_1.2.2.4 {
45+
inflatePrime;
46+
} ZLIB_1.2.2.3;
47+
48+
ZLIB_1.2.3.3 {
49+
adler32_combine64;
50+
crc32_combine64;
51+
gzopen64;
52+
gzseek64;
53+
gztell64;
54+
inflateUndermine;
55+
} ZLIB_1.2.2.4;
56+
57+
ZLIB_1.2.3.4 {
58+
inflateReset2;
59+
inflateMark;
60+
} ZLIB_1.2.3.3;
61+
62+
ZLIB_1.2.3.5 {
63+
gzbuffer;
64+
gzoffset;
65+
gzoffset64;
66+
gzclose_r;
67+
gzclose_w;
68+
} ZLIB_1.2.3.4;
69+
70+
ZLIB_1.2.5.1 {
71+
deflatePending;
72+
} ZLIB_1.2.3.5;
73+
74+
ZLIB_1.2.5.2 {
75+
deflateResetKeep;
76+
gzgetc_;
77+
inflateResetKeep;
78+
} ZLIB_1.2.5.1;
79+
80+
ZLIB_1.2.7.1 {
81+
inflateGetDictionary;
82+
gzvprintf;
83+
} ZLIB_1.2.5.2;
84+
85+
ZLIB_1.2.9 {
86+
inflateCodesUsed;
87+
inflateValidate;
88+
uncompress2;
89+
gzfread;
90+
gzfwrite;
91+
deflateGetDictionary;
92+
adler32_z;
93+
crc32_z;
94+
} ZLIB_1.2.7.1;
95+
96+
ZLIB_1.2.12 {
97+
crc32_combine_gen;
98+
crc32_combine_gen64;
99+
crc32_combine_op;
100+
} ZLIB_1.2.9;

0 commit comments

Comments
 (0)