summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-12-16 06:22:56 +0000
committerjtc <jtc@NetBSD.org>1994-12-16 06:22:56 +0000
commit8f4aafd39a17386830ac06591e83a7e996610c72 (patch)
tree898abf57224dafe9945fdc6a4aec0f17942057bc /include/stdlib.h
parent6a5daf3070280f1c152527392fe95a2e55695567 (diff)
add prototype for realpath()
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index fb409b6765a..4e4e386feb0 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.20 1994/10/26 00:56:29 cgd Exp $ */
+/* $NetBSD: stdlib.h,v 1.21 1994/12/16 06:22:56 jtc Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -156,6 +156,7 @@ int sradixsort __P((const unsigned char **, int, const unsigned char *,
char *initstate __P((unsigned, char *, int));
long random __P((void));
+char realpath __P((const char *, char *));
char *setstate __P((char *));
void srandom __P((unsigned));