From e2b50b203de95bd7db9ab0ab43c3af061685c9c4 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Mon, 18 Feb 2008 15:30:11 +0000 Subject: added check symbol for linking with POSIX prelude. --- lib/Makefile.netware | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a4bdab6d3..0dfcc517d 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -331,6 +331,7 @@ endif ifeq ($(findstring posixpre,$(PRELUDE)),posixpre) @echo $(DL)start POSIX_Start$(DL) >> $@ @echo $(DL)exit POSIX_Stop$(DL) >> $@ + @echo $(DL)check POSIX_CheckUnload$(DL) >> $@ else @echo $(DL)start _LibCPrelude$(DL) >> $@ @echo $(DL)exit _LibCPostlude$(DL) >> $@ -- cgit v1.2.3