| 1 | /*
|
|---|
| 2 | * Copyright (c) 1994 by Xerox Corporation. All rights reserved.
|
|---|
| 3 | *
|
|---|
| 4 | * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
|
|---|
| 5 | * OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
|
|---|
| 6 | *
|
|---|
| 7 | * Permission is hereby granted to use or copy this program
|
|---|
| 8 | * for any purpose, provided the above notices are retained on all copies.
|
|---|
| 9 | * Permission to modify the code and to distribute modified code is granted,
|
|---|
| 10 | * provided the above notices are retained, and a notice that the code was
|
|---|
| 11 | * modified is included with the above copyright notice.
|
|---|
| 12 | */
|
|---|
| 13 | /*
|
|---|
| 14 | * Support code for Solaris threads. Provides functionality we wish Sun
|
|---|
|
|---|