зеркало из https://github.com/mozilla/gecko-dev.git
OpenVMS only: do not prototype strerror. b=86323 sr=leaf
This commit is contained in:
Родитель
b03677215d
Коммит
eeed8a41d9
|
@ -8,7 +8,9 @@
|
||||||
subject to change. Applications should only use zlib.h.
|
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
|
#ifndef _Z_UTIL_H
|
||||||
#define _Z_UTIL_H
|
#define _Z_UTIL_H
|
||||||
|
@ -151,7 +153,9 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
|
||||||
/* functions */
|
/* functions */
|
||||||
|
|
||||||
#ifdef HAVE_STRERROR
|
#ifdef HAVE_STRERROR
|
||||||
|
#ifndef VMS
|
||||||
extern char *strerror OF((int));
|
extern char *strerror OF((int));
|
||||||
|
#endif
|
||||||
# define zstrerror(errnum) strerror(errnum)
|
# define zstrerror(errnum) strerror(errnum)
|
||||||
#else
|
#else
|
||||||
# define zstrerror(errnum) ""
|
# define zstrerror(errnum) ""
|
||||||
|
|
Загрузка…
Ссылка в новой задаче