OpenVMS only: do not prototype strerror. b=86323 sr=leaf

This commit is contained in:
colin%theblakes.com 2001-07-13 10:50:26 +00:00
Родитель b03677215d
Коммит eeed8a41d9
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,9 @@
subject to change. Applications should only use zlib.h.
*/
/* @(#) $Id: zutil.h,v 3.3 2001/06/30 23:38:04 leaf%mozilla.org Exp $ */
/* @(#) $Id: zutil.h,v 3.4 2001/07/13 10:50:26 colin%theblakes.com Exp $ */
/* This file has been modified from the original distribution */
#ifndef _Z_UTIL_H
#define _Z_UTIL_H
@ -151,7 +153,9 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
/* functions */
#ifdef HAVE_STRERROR
#ifndef VMS
extern char *strerror OF((int));
#endif
# define zstrerror(errnum) strerror(errnum)
#else
# define zstrerror(errnum) ""