diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 11:55:32 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 11:55:32 -0500 |
commit | d9a216c037590c414e4069afde01fde84794e0d6 (patch) | |
tree | 0c4cbf65be6c1a788741977cbd383def08406a78 /debug/Makefile | |
parent | 15cfed3f93f60e79508043047065f189754f8e35 (diff) | |
download | glibc-d9a216c037590c414e4069afde01fde84794e0d6.tar glibc-d9a216c037590c414e4069afde01fde84794e0d6.tar.gz glibc-d9a216c037590c414e4069afde01fde84794e0d6.tar.bz2 glibc-d9a216c037590c414e4069afde01fde84794e0d6.zip |
Add checking versions of poll and ppoll
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile index 579fce66da..dca4e97615 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -44,7 +44,7 @@ routines = backtrace backtracesyms backtracesymsfd noophooks \ wcstombs_chk asprintf_chk vasprintf_chk dprintf_chk \ vdprintf_chk obprintf_chk \ longjmp_chk ____longjmp_chk \ - fdelt_chk \ + fdelt_chk poll_chk ppoll_chk \ stack_chk_fail fortify_fail \ $(static-only-routines) static-only-routines := warning-nop stack_chk_fail_local |