freebsd-src/include
Jilles Tjoelker 1f04a45950 libc: Do not refer to _DefaultRuneLocale in ctype inlines
Referring to _DefaultRuneLocale causes this >4KB structure to be copied to
all executables that use <ctype.h> inlines (except PIE executables).

This only affects the case where thread local storage is available.

_CurrentRuneLocale cannot be NULL, so the check can be removed entirely.

_DefaultRuneLocale needs to remain available for now since libc++ uses it.
The __isctype inline in include/_ctype.h also refers to _DefaultRuneLocale
and remains available because it may still be used by third party software.

Reviewed by:	bdrewery, theraven
Differential Revision:	https://reviews.freebsd.org/D10363
2017-10-22 20:01:07 +00:00
..
arpa Fix include/arpa/nameser_compat.h by adding T_DNAME definition. 2017-02-28 20:34:25 +00:00
gssapi
protocols
rpc
rpcsvc
xlocale
_ctype.h
a.out.h
ar.h
assert.h
bitstring.h
complex.h Add new catrigl.c (r313761) APIs to include/complex.h 2017-02-18 21:08:09 +00:00
cpio.h
ctype.h
db.h
dirent.h Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
dlfcn.h
elf-hints.h
elf.h
err.h
fmtmsg.h
fnmatch.h
fstab.h
fts.h
ftw.h
getopt.h
glob.h
grp.h
gssapi.h
hesiod.h
iconv.h
ieeefp.h
ifaddrs.h
inttypes.h
iso646.h
kenv.h
langinfo.h
libgen.h
limits.h
link.h
locale.h
Makefile An MMC/SD/SDIO stack using CAM 2017-07-09 16:57:24 +00:00
Makefile.depend
malloc_np.h Update jemalloc to 5.0.0. 2017-06-15 07:15:05 +00:00
malloc.h
memory.h
mk-osreldate.sh
monetary.h
mpool.h
mqueue.h
ndbm.h ndbm.h: Add a comment pointing out our non-compliance with POSIX. 2017-05-22 23:17:55 +00:00
netconfig.h
netdb.h
nl_types.h
nlist.h
nss.h
nsswitch.h
paths.h
printf.h
proc_service.h
pthread_np.h
pthread.h
pwd.h
ranlib.h
readpassphrase.h
regex.h
res_update.h
resolv.h
runetype.h libc: Do not refer to _DefaultRuneLocale in ctype inlines 2017-10-22 20:01:07 +00:00
search.h
semaphore.h Sort declaration of sem_clockwait_np 2017-02-28 21:47:00 +00:00
setjmp.h
signal.h
spawn.h
stab.h
stdalign.h
stdbool.h
stddef.h Sync (make same) the offsetof macro definition in include/ with the 2017-10-15 02:40:13 +00:00
stdio.h libthr: fix warnings from GCC when WARNS=6 2017-05-23 16:12:50 +00:00
stdlib.h Implement the memset_s(3) function as specified by the C11 ISO/IEC 2017-03-30 04:57:26 +00:00
stdnoreturn.h
string.h Implement the memset_s(3) function as specified by the C11 ISO/IEC 2017-03-30 04:57:26 +00:00
stringlist.h
strings.h
sysexits.h
tar.h
termios.h Use __BSD_VISIBLE test instead checking for absense of _POSIX_SOURCE. 2017-05-24 09:25:13 +00:00
tgmath.h
time.h Add clock_nanosleep() 2017-03-19 00:51:12 +00:00
timeconv.h
timers.h
ttyent.h Impelemnt ttys onifexists in init. 2017-03-22 19:00:41 +00:00
uchar.h
ulimit.h
unistd.h
unwind.h
utime.h
utmpx.h
uuid.h
varargs.h
wchar.h
wctype.h
wordexp.h
xlocale.h