stdio_lim.patch 911 B

12345678910111213141516171819202122232425262728293031
  1. diff -Nur glibc-2.11.orig/stdio-common/Makefile glibc-2.11/stdio-common/Makefile
  2. --- glibc-2.11.orig/stdio-common/Makefile 2009-10-30 18:17:08.000000000 +0100
  3. +++ glibc-2.11/stdio-common/Makefile 2009-12-30 23:52:08.000000000 +0100
  4. @@ -21,7 +21,7 @@
  5. #
  6. subdir := stdio-common
  7. -headers := stdio_ext.h printf.h bits/printf-ldbl.h
  8. +headers := stdio_ext.h printf.h bits/printf-ldbl.h bits/stdio_lim.h
  9. routines := \
  10. ctermid cuserid \
  11. @@ -40,8 +40,6 @@
  12. isoc99_vsscanf \
  13. psiginfo
  14. -install-others = $(inst_includedir)/bits/stdio_lim.h
  15. -
  16. include ../Makeconfig
  17. aux := errlist siglist printf-parsemb printf-parsewc fxprintf
  18. @@ -66,9 +64,6 @@
  19. include ../Rules
  20. -$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h $(+force)
  21. - $(do-install)
  22. -
  23. ifeq ($(cross-compiling),no)
  24. .PHONY: do-tst-unbputc do-tst-printf
  25. tests: do-tst-unbputc do-tst-printf