]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
make the declaration of the __error() function C++ safe. Otherwise,
authorPeter Wemm <peter@FreeBSD.org>
Sun, 18 Aug 1996 16:16:18 +0000 (16:16 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sun, 18 Aug 1996 16:16:18 +0000 (16:16 +0000)
commit69cb702bf19d146e06c5876456c1c7839560da9c
treea0697c4e39131ed08630fe5d3846c85774136839
parent979ef59bf89400cf518b0b3a13cf2942018de470
make the declaration of the __error() function C++ safe.  Otherwise,
the linker comes up with undefined variables because of the #define errno
when using _THREAD_SAFE.
sys/sys/errno.h