From e20baa01295aa21711ce13196fce8e9a70ce319f Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 9 Jan 2019 04:06:56 -0500 Subject: mmglue: libc internals: provide a strongly defined ___errno_location(). --- src/errno/nt64/___errno_location.s | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/errno/nt64/___errno_location.s (limited to 'src/errno/nt64') diff --git a/src/errno/nt64/___errno_location.s b/src/errno/nt64/___errno_location.s new file mode 100644 index 0000000..39da447 --- /dev/null +++ b/src/errno/nt64/___errno_location.s @@ -0,0 +1,8 @@ +.text + +.global ___errno_location + +.def ___errno_location; .scl 2; .type 32; .endef + +___errno_location: + jmp __errno_location -- cgit v1.2.3