about summary refs log tree commit diff
path: root/include/libc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r--include/libc-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 8369ffec2e..85afdc1b05 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -26,4 +26,7 @@ extern hp_timing_t __get_clockfreq (void);
 /* Free all allocated resources.  */
 extern void __libc_freeres (void);
 
+/* Define and initialize `__progname' et. al.  */
+extern void __init_misc (int, char **, char **);
+
 #endif /* _LIBC_INTERNAL  */