diff options
Diffstat (limited to 'lib/libkse')
-rw-r--r-- | lib/libkse/thread/thr_aio_suspend.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_cond.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_creat.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_pause.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_sem.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_sleep.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_system.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_tcdrain.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_wait.c | 2 | ||||
-rw-r--r-- | lib/libkse/thread/thr_waitpid.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/libkse/thread/thr_aio_suspend.c b/lib/libkse/thread/thr_aio_suspend.c index 5940282..1253f20 100644 --- a/lib/libkse/thread/thr_aio_suspend.c +++ b/lib/libkse/thread/thr_aio_suspend.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkse/thread/thr_cond.c b/lib/libkse/thread/thr_cond.c index 4c18465..0a5298b 100644 --- a/lib/libkse/thread/thr_cond.c +++ b/lib/libkse/thread/thr_cond.c @@ -451,7 +451,7 @@ pthread_cond_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, } _thread_leave_cancellation_point(); - + /* Return the completion status: */ return (rval); } diff --git a/lib/libkse/thread/thr_creat.c b/lib/libkse/thread/thr_creat.c index bb8e7c2..1b51fec 100644 --- a/lib/libkse/thread/thr_creat.c +++ b/lib/libkse/thread/thr_creat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkse/thread/thr_pause.c b/lib/libkse/thread/thr_pause.c index a841556..09e4c17 100644 --- a/lib/libkse/thread/thr_pause.c +++ b/lib/libkse/thread/thr_pause.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkse/thread/thr_sem.c b/lib/libkse/thread/thr_sem.c index d893c94..10dec5e 100644 --- a/lib/libkse/thread/thr_sem.c +++ b/lib/libkse/thread/thr_sem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkse/thread/thr_sleep.c b/lib/libkse/thread/thr_sleep.c index 34a5925..fdfeeec 100644 --- a/lib/libkse/thread/thr_sleep.c +++ b/lib/libkse/thread/thr_sleep.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkse/thread/thr_system.c b/lib/libkse/thread/thr_system.c index 9265975..47a572d 100644 --- a/lib/libkse/thread/thr_system.c +++ b/lib/libkse/thread/thr_system.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkse/thread/thr_tcdrain.c b/lib/libkse/thread/thr_tcdrain.c index d040599..6470882 100644 --- a/lib/libkse/thread/thr_tcdrain.c +++ b/lib/libkse/thread/thr_tcdrain.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkse/thread/thr_wait.c b/lib/libkse/thread/thr_wait.c index abc19cc..c34d997 100644 --- a/lib/libkse/thread/thr_wait.c +++ b/lib/libkse/thread/thr_wait.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libkse/thread/thr_waitpid.c b/lib/libkse/thread/thr_waitpid.c index a847295..28fcd78 100644 --- a/lib/libkse/thread/thr_waitpid.c +++ b/lib/libkse/thread/thr_waitpid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |