From: Eric Andersen Date: Wed, 10 Dec 2003 20:11:09 +0000 (-0000) Subject: Support older apps by disabling UNIX98PTY_ONLY X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd7945ca8e601efd5c62b7536746504d1fc56a99;p=buildroot.git Support older apps by disabling UNIX98PTY_ONLY --- diff --git a/sources/uClibc.config b/sources/uClibc.config index 9481dc5249..33a346f66b 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -49,7 +49,7 @@ MALLOC_930716=y MALLOC_GLIBC_COMPAT=y UCLIBC_DYNAMIC_ATEXIT=y HAS_SHADOW=y -UNIX98PTY_ONLY=y +# UNIX98PTY_ONLY is not set ASSUME_DEVPTS=y UCLIBC_HAS_TM_EXTENSIONS=y UCLIBC_HAS_TZ_CACHING=y