fix typo
This commit is contained in:
parent
fe0b8c6a90
commit
096d03c8ef
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: stdlib.h,v 1.21 1994/12/16 06:22:56 jtc Exp $ */
|
/* $NetBSD: stdlib.h,v 1.22 1994/12/17 04:19:06 jtc Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990 The Regents of the University of California.
|
* Copyright (c) 1990 The Regents of the University of California.
|
||||||
@ -156,7 +156,7 @@ int sradixsort __P((const unsigned char **, int, const unsigned char *,
|
|||||||
|
|
||||||
char *initstate __P((unsigned, char *, int));
|
char *initstate __P((unsigned, char *, int));
|
||||||
long random __P((void));
|
long random __P((void));
|
||||||
char realpath __P((const char *, char *));
|
char *realpath __P((const char *, char *));
|
||||||
char *setstate __P((char *));
|
char *setstate __P((char *));
|
||||||
void srandom __P((unsigned));
|
void srandom __P((unsigned));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user