]> git.ipfire.org Git - thirdparty/glibc.git/commit - debug/realpath_chk.c
* stdlib/bits/stdlib.h: New file.
authorUlrich Drepper <drepper@redhat.com>
Wed, 13 Jul 2005 06:09:58 +0000 (06:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 13 Jul 2005 06:09:58 +0000 (06:09 +0000)
commitb799f91dddb33467760c260e67d9cd86f53a829c
tree2aed3cc5c3968b4041938f0c4d3146ff45600090
parent9d653cd1893cdd0a073b8aef3f2d8f7626d778df
* stdlib/bits/stdlib.h: New file.

* stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
requested.
* Makefile (headers): Add bits/stdlib.h.
* include/bits/stdlib.h: New file.
* debug/Depend: New file.
* debug/ptsname_r_chk.c: New file.
* debug/realpath_chk.c: New file.
* debug/wctomb_chk.c: New file.
* debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
wctomb_chk.
* debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
__wctomb_chk.
* debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
__wctomb_chk.
12 files changed:
ChangeLog
debug/Depend [new file with mode: 0644]
debug/Makefile
debug/Versions
debug/ptsname_r_chk.c [new file with mode: 0644]
debug/realpath_chk.c [new file with mode: 0644]
debug/tst-chk1.c
debug/wctomb_chk.c [new file with mode: 0644]
include/bits/stdlib.h [new file with mode: 0644]
stdlib/Makefile
stdlib/bits/stdlib.h [new file with mode: 0644]
stdlib/stdlib.h