summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/blocked_dup2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - remove invalid potions of blocked_* regress testskurt2012-02-201-22/+2
| | | | | | - reenable blocked_* regress tests. while this behaivor is not specifited by posix, deadlocking is not a reasonable behaivor and some ports depend on this to work.
* eliminate warnings on 64bit archskurt2006-10-061-8/+8
|
* correct check for proper return value of dup2kurt2006-10-031-2/+2
|
* Test dup2() racing with other threads using the same filekurt2006-09-222-0/+123
descriptor, with some of them blocking on data that will never arrive.