From 130ed2359f57a27949c65d90661ba72306e6c9b7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 27 Mar 2003 09:47:16 +0000 Subject: [PATCH] 2003-03-27 Roland McGrath * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning macro calls and a #include at the end. * Makerules ($(objpfx)stubs): Tweak sed commands. --- sysdeps/unix/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index f360013..12a4624 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -306,8 +306,10 @@ $(objpfx)stub-syscalls.c: $(common-objpfx)sysd-syscalls \ echo "strong_alias (_no_syscall, $${call}_$${ver})"; \ echo "symbol_version ($${call}_$${ver}, $$call, $$ver);" ;; \ *) echo "weak_alias (_no_syscall, $$call)"; \ + echo "stub_warning ($$call)"; \ echo "weak_alias (_no_syscall, __GI_$$call)" ;; \ esac; \ + echo '#include '; \ done) > $@T mv -f $@T $@ generated += stub-syscalls.c -- 2.7.4