diff options
author | kib <kib@FreeBSD.org> | 2016-08-20 11:58:23 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-08-20 11:58:23 +0000 |
commit | 7e8bea05408ed1f02197d608373ffc7177e60d80 (patch) | |
tree | bb35a7941f2cabd9c18542aa9b2c05ea142afd47 /lib/libc/stdlib/Makefile.inc | |
parent | 1fab140878f2c0fbe5801a4a7bb0549d15f23343 (diff) | |
download | FreeBSD-src-7e8bea05408ed1f02197d608373ffc7177e60d80.zip FreeBSD-src-7e8bea05408ed1f02197d608373ffc7177e60d80.tar.gz |
MFC r303795:
Add __cxa_thread_atexit(3) API implementation.
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 3c6ba17..beb5316 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -5,7 +5,7 @@ .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/stdlib ${LIBC_SRCTOP}/stdlib MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ - bsearch.c div.c exit.c getenv.c getopt.c getopt_long.c \ + bsearch.c cxa_thread_atexit.c div.c exit.c getenv.c getopt.c getopt_long.c \ getsubopt.c hcreate.c hcreate_r.c hdestroy_r.c heapsort.c heapsort_b.c \ hsearch_r.c imaxabs.c imaxdiv.c \ insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c \ |