Fix lrand48 and srand48 declarations.

This commit is contained in:
Bart House
2018-11-20 10:26:09 -08:00
parent 8c61ac476d
commit 8799f05904

View File

@@ -91,8 +91,8 @@ E int FDECL(srandom, (unsigned int));
#endif
#endif
#else
E long lrand48();
E void srand48();
E long NDECL(lrand48);
E void FDECL(srand48, (long));
#endif /* BSD || ULTRIX || RANDOM */
#if !defined(BSD) || defined(ultrix)