Module Name: src
Committed By: christos
Date: Thu Jun 21 21:13:29 UTC 2012
Modified Files:
src/include: stdlib.h
Log Message:
sprinkle restrict in realpath(3)
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/include/stdlib.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/stdlib.h
diff -u src/include/stdlib.h:1.99 src/include/stdlib.h:1.100
--- src/include/stdlib.h:1.99 Sun Jun 3 17:42:46 2012
+++ src/include/stdlib.h Thu Jun 21 17:13:29 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.99 2012/06/03 21:42:46 joerg Exp $ */
+/* $NetBSD: stdlib.h,v 1.100 2012/06/21 21:13:29 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -192,7 +192,7 @@ char *mktemp(char *)
int setkey(const char *);
-char *realpath(const char *, char *);
+char *realpath(const char * __restrict, char * __restrict);
int ttyslot(void);