diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-15 16:09:58 +0000 | 
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-15 16:09:58 +0000 | 
| commit | 2ed59d22bd0b2817fb8f7edbda3720dc90aa3f19 (patch) | |
| tree | 8f3468e25685c7069e1b7672bb5715dd386979a6 /lib | |
| parent | bc5cc7732ecc5ecc10f1a52f146ab5a890de5c86 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libthr/thread/thr_suspend_np.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_suspend_np.c b/lib/libthr/thread/thr_suspend_np.c index 7fa668ddfcaf..de957356c6e6 100644 --- a/lib/libthr/thread/thr_suspend_np.c +++ b/lib/libthr/thread/thr_suspend_np.c @@ -43,7 +43,7 @@ int  _pthread_suspend_np(pthread_t thread)  {  	/* XXXTHR */ -	return (-1); +	return (ENOTSUP);  }  void  | 
