]> granicus.if.org Git - curl/commitdiff
added check symbol for linking with POSIX prelude.
authorGunter Knauf <gk@gknw.de>
Mon, 18 Feb 2008 15:30:11 +0000 (15:30 +0000)
committerGunter Knauf <gk@gknw.de>
Mon, 18 Feb 2008 15:30:11 +0000 (15:30 +0000)
lib/Makefile.netware
src/Makefile.netware

index a4bdab6d35877c0886138947f823ff5730e446ef..0dfcc517d0234484ecd40ced241f2eee605eab96 100644 (file)
@@ -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) >> $@
index f2be75d41c76f14e939881f3f0b8575468089352..dfb26804d75d05e762047061a50252f357e553e3 100644 (file)
@@ -319,6 +319,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) >> $@