diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
| commit | f498888930d2e1ba4a1cdf60760df9584ff1eaa6 (patch) | |
| tree | af3c840311ce72dc9b92807fef3ec4f6cf4c005d /extra | |
| parent | 657f68a8f714863321c29dd23aa18f0d5ab40d65 (diff) | |
| download | uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.bz2 uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.xz | |
- pull r24593:24596 from trunk
Diffstat (limited to 'extra')
| -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 126707959..734545eb9 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -532,10 +532,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 @@ -546,6 +558,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 |
