zsh-workers
 help / color / mirror / code / Atom feed
* strerror() on SunOS
@ 1996-07-08 10:27 Zefram
  0 siblings, 0 replies; only message in thread
From: Zefram @ 1996-07-08 10:27 UTC (permalink / raw)
  To: Z Shell workers mailing list

-----BEGIN PGP SIGNED MESSAGE-----

configure correctly divines that it exists, but there's no prototype in
the system headers.

 *** prototypes.h.orig	Mon Jul  8 11:16:36 1996
 --- prototypes.h	Mon Jul  8 11:24:36 1996
 ***************
 *** 124,129 ****
 --- 124,133 ----
   extern pid_t getppid(void);
   #endif
   
 + #if defined(__sun__) && !defined(__SVR4)  /* SunOS */
 + extern char *strerror _((int errnum));
 + #endif
 + 
   /**************************************************/
   /*** prototypes for functions built in compat.c ***/
   #ifndef HAVE_STRSTR

-----BEGIN PGP SIGNATURE-----
Version: 2.6.i

iQCVAgUBMeDih3D/+HJTpU/hAQH3GQP/V209o/2uVwcmIsZSAj6CZVa7mW+TGnfx
WYGdmvtqj0jv+xhl7jhT1vYGnCkm+8XFbtzcOoi33l2uITOzq2Yd23yoTzumvPWR
8W34aGd7plWkOqcnvv++TXVDAN0liMrUBYS8oNTQKJDSNM58jpPzxMh42jzigYWk
Jw6+iPX9TYU=
=VwR5
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-07-08 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-08 10:27 strerror() on SunOS Zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).