summary refs log tree commit diff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-09 01:59:17 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-09 01:59:17 +0000
commit0101a56fd61979c3905421e31931071b251042ba (patch)
tree46f1f67a73095c0c2dadb4bc8ad749b6c8b25a63 /include/stdlib.h
parent354e6102a11f6ce2e39462c158b039a07f18ac7c (diff)
downloadglibc-0101a56fd61979c3905421e31931071b251042ba.tar.gz
glibc-0101a56fd61979c3905421e31931071b251042ba.tar.xz
glibc-0101a56fd61979c3905421e31931071b251042ba.zip
Update.
	* include/stdlib.h: Add __posix_openpt declaration.
	* stdlib/stdlib.h: Add posix_openpt declaration.
	* login/Versions: Add posix_openpt for GLIBC_2.2.1.
	* sysdeps/generic/getpt.c: Define posix_openpt.
	* sysdeps/unix/bsd/getpt.c: Likewise.
	* sysdeps/unix/sysv/linux/getpt.c: Likewise.
Diffstat (limited to 'include/stdlib.h')
-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);