diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 13:55:44 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 13:55:44 +0000 |
commit | 3a40407c06a470f5b15a4df310ab135233ac6109 (patch) | |
tree | 5835d1a4d987f81411c4fe9cf3153467aea597f5 /extra/Configs | |
parent | 30f06faa24eb3d6da34c80f5632a7f01aee900e0 (diff) |
- expand SUSv3_LEGACY
- SUSv4_LEGACY part #1 (non-networking)
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c163d57ed..ca716e106 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -511,10 +511,22 @@ config COMPAT_ATEXIT config UCLIBC_SUSV3_LEGACY bool "Enable SuSv3 LEGACY functions" default n + #vfork, + # h_errno + # gethostbyaddr + # gethostbyname help Enable this option if you want to have SuSv3 LEGACY functions in the library, else they are replaced by SuSv3 proposed macros. - Currently applies to bcopy/bzero/bcmp/index/rindex/ftime. + Currently applies to: + + bcmp, bcopy, bzero, index, rindex, ftime, + bsd_signal, (ecvt), (fcvt), gcvt, (getcontext), + (getwd), (makecontext), + mktemp, (pthread_attr_getstackaddr), (pthread_attr_setstackaddr), + scalb, (setcontext), (swapcontext), ualarm, usleep, + wcswcs. + WARNING! ABI incompatibility. config UCLIBC_SUSV3_LEGACY_MACROS @@ -525,6 +537,27 @@ config UCLIBC_SUSV3_LEGACY_MACROS Currently applies to bcopy/bzero/bcmp/index/rindex et al. WARNING! ABI incompatibility. +config UCLIBC_SUSV4_LEGACY + bool "Enable SuSv4 LEGACY or obsolescent functions" + default n + help + Enable this option if you want to have SuSv4 LEGACY functions + and macros in the library. + Currently applies to: + + - XSI functions: + _longjmp, _setjmp, _tolower, _toupper, ftw, getitimer, + gettimeofday, isascii, pthread_getconcurrency, + pthread_setconcurrency, setitimer, setpgrp, sighold, + sigignore, sigpause, sigrelse, sigset, siginterrupt, + tempnam, toascii, ulimit. + + - Base functions: + asctime, asctime_r, ctime, ctime_r, gets, rand_r, + tmpnam, utime. + + WARNING! ABI incompatibility. + config UCLIBC_HAS_STUBS bool "Provide stubs for unavailable functionality" default n |