From 1c79664b184e0fd0fbbff60e949028bcaf83bf8a Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sat, 11 Apr 2009 01:18:46 +0000 Subject: [PATCH] Comment out granpt() from stdlib.h. We don't support this yet (hopefully soon). Noticed-by: beket --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdlib.h b/include/stdlib.h index 46030e03ab..10782761ce 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -187,7 +187,7 @@ double erand48(unsigned short[3]); /* char *fcvt(double, int, int * __restrict, int * __restrict); */ /* char *gcvt(double, int, int * __restrict, int * __restrict); */ int getsubopt(char **, char *const *, char **); -int grantpt(int); +/* int grantpt(int); */ char *initstate(unsigned long /* XSI requires u_int */, char *, long); long jrand48(unsigned short[3]); char *l64a(long); -- 2.41.0