summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
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 6bcddbf93bb..9def010b44f 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.98 2012/04/20 17:31:29 christos Exp $ */
+/* $NetBSD: stdlib.h,v 1.99 2012/06/03 21:42:46 joerg Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -269,6 +269,7 @@ int cgetustr(char *, const char *, char **);
void csetexpandtc(int);
int daemon(int, int);
+int devname_r(dev_t, mode_t, char *, size_t);
#ifndef __LIBC12_SOURCE__
__aconst char *devname(dev_t, mode_t) __RENAME(__devname50);
#endif