summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-04-30 09:38:03 +0000
committerjb <jb@FreeBSD.org>1998-04-30 09:38:03 +0000
commit0e07a10674d32f8462443fd28f02ca71927dca4d (patch)
treeba4d11d5601c2c6554f9e9ed489d65e38d14c3b5 /lib/libc/sys/intro.2
parentae9a13b7c7848f8fd7d426888e36b3d6ce0ef960 (diff)
downloadFreeBSD-src-0e07a10674d32f8462443fd28f02ca71927dca4d.zip
FreeBSD-src-0e07a10674d32f8462443fd28f02ca71927dca4d.tar.gz
Make errno finally and permanently thread-aware so that it is no longer
necessary to compile with _THREAD_SAFE defined. This means that people will get thread-aware code whether they like it or not. This change is required to allow a process to link against libpthread and libc to use kernel threads (and prevent each thread from clobbering another thread's errno just be doing a syscall). This is bound to break some ports, but it is strictly allowed by ANSI C, so anything that breaks as a result was already broken anyway 8-). "Sorry".
Diffstat (limited to 'lib/libc/sys/intro.2')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud