summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index f57df69137..d3c8779fcd 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -46,6 +46,7 @@ extern char *__canonicalize_file_name (__const char *__name);
 extern char *__realpath (__const char *__name, char *__resolved);
 extern int __ptsname_r (int __fd, char *__buf, size_t __buflen);
 extern int __getpt (void);
+extern int __posix_openpt (int __oflag);
 
 extern int __add_to_environ (const char *name, const char *value,
 			     const char *combines, int replace);