1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00
freebsd/lib
Dimitry Andric e7032b4cdd Change libvgl's set4pixels() and set2lines() functions from plain
'inline' to 'static inline'.  Otherwise, a C99 compiler (such as clang)
will output an undefined symbol for those functions in the resulting
object file.  (Even gcc will do this, when you use "-std=c99".)

This should fix the "undefined reference to `set4pixels'" errors that
some people were seeing during ports building, when their world was
compiled with clang.

Approved by:	rpaulo (mentor)
2010-10-04 18:16:38 +00:00
..
bind
clang Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
csu
libalias
libarchive
libauditd
libautofs
libbegemot
libbluetooth Add the following Linux BlueZ compatibility macros: htobs(), htobl(), 2010-09-22 23:41:02 +00:00
libbsm
libbsnmp
libbz2
libc Clear errno for each method dispatch. 2010-10-04 15:28:01 +00:00
libc_r
libcalendar
libcam
libcom_err
libcompat
libcrypt
libdevinfo
libdevstat
libdisk
libdwarf
libedit libedit: Try to map <Delete> to ed-delete-next-char. 2010-09-05 16:12:10 +00:00
libefi
libelf libelf is overly strict about the type and alignment of Elf_Data 2010-09-09 18:51:50 +00:00
libexpat
libfetch
libftpio
libgeom
libgpib
libgssapi
libipsec
libipx
libjail
libkiconv
libkse
libkvm
liblzma
libmagic
libmd
libmemstat
libmilter
libmp
libncp
libnetgraph
libngatm
libopie
libpam
libpcap
libpkg
libpmc Fix punctuation and grammar, mostly by ending sentences with a period. 2010-10-04 14:32:14 +00:00
libproc Ignore EINTR when calling waitpid. 2010-09-18 23:38:21 +00:00
libradius
librpcsec_gss
librpcsvc
librt To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00
librtld_db
libsbuf
libsdp
libsm
libsmb
libsmdb
libsmutil
libstand Increase maximum network timeout from 20s to 120s. Given that an ETIMEDOUT 2010-09-28 01:30:49 +00:00
libtacplus
libtelnet
libthr change code to use unwind.h. 2010-09-30 12:59:56 +00:00
libthread_db
libufs
libugidfw
libulog
libusb
libusbhid
libutil
libvgl Change libvgl's set4pixels() and set2lines() functions from plain 2010-10-04 18:16:38 +00:00
libwrap
liby
libypclnt
libz Include FreeBSD svn tag 2010-09-13 01:44:07 +00:00
msun Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386, 2010-10-01 20:14:36 +00:00
ncurses
Makefile Vendor import of clang r114020 (from the release_28 branch): 2010-09-17 15:54:40 +00:00
Makefile.inc