From: ceriel Date: Tue, 27 Jan 1987 22:58:33 +0000 (+0000) Subject: errno was'nt exported X-Git-Tag: release-5-5~4921 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ca796567f3e4aaa03e41a5597f24012fb511edbf;p=ack.git errno was'nt exported --- diff --git a/mach/pmds/libsys/cerror.s b/mach/pmds/libsys/cerror.s index a69e2021e..944a37e2f 100644 --- a/mach/pmds/libsys/cerror.s +++ b/mach/pmds/libsys/cerror.s @@ -1,4 +1,5 @@ .define cerror +.define _errno .sect .text .sect .rom .sect .data diff --git a/mach/pmds4/libsys/cerror.s b/mach/pmds4/libsys/cerror.s index a69e2021e..944a37e2f 100644 --- a/mach/pmds4/libsys/cerror.s +++ b/mach/pmds4/libsys/cerror.s @@ -1,4 +1,5 @@ .define cerror +.define _errno .sect .text .sect .rom .sect .data