about summary refs log tree commit diff
path: root/dlfcn/bug-atexit3-lib.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning caused by unused-result in bug-atexit3-lib.ccGabriel F T Gomes2016-10-281-2/+10
| | | | | | | | | The test case dlfcn/bug-atexit3-lib.cc calls write and doesn't check the result. When building with GCC 6.2, this generates a warning in 'make check', which is treated as an error. This patch replaces the call to write with a call to write_message. Tested for powerpc64le.
* * dlfcn/Makefile: Add rules to build and run bug-atexit3.Ulrich Drepper2006-07-271-0/+23
| | | | | * dlfcn/bug-atexit3.c: New file. * dlfcn/bug-atexit3-lib.cc: New file.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-23/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+23