summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/__error.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/__error.c')
-rw-r--r--lib/libc/sys/__error.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/__error.c b/lib/libc/sys/__error.c
index 9b0c25f..8c14b0f 100644
--- a/lib/libc/sys/__error.c
+++ b/lib/libc/sys/__error.c
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
#include <sys/cdefs.h>
@@ -41,7 +42,8 @@ extern int errno;
*/
#pragma weak __error=__error_unthreaded
-int * __error_unthreaded()
+int *
+__error_unthreaded()
{
return(&errno);
}
OpenPOWER on IntegriCloud