mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
2003-03-27 Roland McGrath <roland@redhat.com>
* sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning macro calls and a #include <stub-tag.h> at the end. * Makerules ($(objpfx)stubs): Tweak sed commands.
This commit is contained in:
parent
8576351599
commit
130ed2359f
@ -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 <stub-tag.h>'; \
|
||||
done) > $@T
|
||||
mv -f $@T $@
|
||||
generated += stub-syscalls.c
|
||||
|
Loading…
Reference in New Issue
Block a user