~ubuntu-branches/ubuntu/trusty/zlib/trusty

« back to all changes in this revision

Viewing changes to as400/bndsrc

  • Committer: Package Import Robot
  • Author(s): Mark Brown
  • Date: 2012-06-22 16:55:56 UTC
  • mfrom: (1.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120622165556-9xuc7gnq4w25b3i0
Yet more s390x cleanup.  Thanks to the s390x porters for thei
prompt an efficient buildd monitoring (closes: #678511).

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
 
130
130
  EXPORT SYMBOL("zlibCompileFlags")
131
131
 
 
132
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
 
133
/*   Version 1.2.5 additional entry points.                         */
 
134
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
 
135
 
 
136
/********************************************************************/
 
137
/*   *MODULE      ADLER32      ZLIB         01/02/01  00:15:09      */
 
138
/********************************************************************/
 
139
 
 
140
  EXPORT SYMBOL("adler32_combine")
 
141
  EXPORT SYMBOL("adler32_combine64")
 
142
 
 
143
/********************************************************************/
 
144
/*   *MODULE      CRC32        ZLIB         01/02/01  00:15:09      */
 
145
/********************************************************************/
 
146
 
 
147
  EXPORT SYMBOL("crc32_combine")
 
148
  EXPORT SYMBOL("crc32_combine64")
 
149
 
 
150
/********************************************************************/
 
151
/*   *MODULE      GZLIB        ZLIB         01/02/01  00:15:09      */
 
152
/********************************************************************/
 
153
 
 
154
  EXPORT SYMBOL("gzbuffer")
 
155
  EXPORT SYMBOL("gzoffset")
 
156
  EXPORT SYMBOL("gzoffset64")
 
157
  EXPORT SYMBOL("gzopen64")
 
158
  EXPORT SYMBOL("gzseek64")
 
159
  EXPORT SYMBOL("gztell64")
 
160
 
 
161
/********************************************************************/
 
162
/*   *MODULE      GZREAD       ZLIB         01/02/01  00:15:09      */
 
163
/********************************************************************/
 
164
 
 
165
  EXPORT SYMBOL("gzclose_r")
 
166
 
 
167
/********************************************************************/
 
168
/*   *MODULE      GZWRITE      ZLIB         01/02/01  00:15:09      */
 
169
/********************************************************************/
 
170
 
 
171
  EXPORT SYMBOL("gzclose_w")
 
172
 
 
173
/********************************************************************/
 
174
/*   *MODULE      INFLATE      ZLIB         01/02/01  00:15:09      */
 
175
/********************************************************************/
 
176
 
 
177
  EXPORT SYMBOL("inflateMark")
 
178
  EXPORT SYMBOL("inflatePrime")
 
179
  EXPORT SYMBOL("inflateReset2")
 
180
  EXPORT SYMBOL("inflateUndermine")
 
181
 
 
182
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
 
183
/*   Version 1.2.6 additional entry points.                         */
 
184
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
 
185
 
 
186
/********************************************************************/
 
187
/*   *MODULE      DEFLATE      ZLIB         01/02/01  00:15:09      */
 
188
/********************************************************************/
 
189
 
 
190
  EXPORT SYMBOL("deflateResetKeep")
 
191
  EXPORT SYMBOL("deflatePending")
 
192
 
 
193
/********************************************************************/
 
194
/*   *MODULE      GZWRITE      ZLIB         01/02/01  00:15:09      */
 
195
/********************************************************************/
 
196
 
 
197
  EXPORT SYMBOL("gzgetc_")
 
198
 
 
199
/********************************************************************/
 
200
/*   *MODULE      INFLATE      ZLIB         01/02/01  00:15:09      */
 
201
/********************************************************************/
 
202
 
 
203
  EXPORT SYMBOL("inflateResetKeep")
 
204
 
132
205
ENDPGMEXP