All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clock_getcpuclockid.3: ATTRIBUTES: Note function that is thread-safe
@ 2013-07-03  1:27 Peng Haitao
       [not found] ` <1372814846-2418-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Peng Haitao @ 2013-07-03  1:27 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: carlos-v2tUB8YBRSi3e3T8WW9gsA, aoliva-H+wXaHxf7aLQT0dZR+AlfA,
	linux-man-u79uwXL29TY76Z2rM5mHXA

The function clock_getcpuclockid() is thread safe.

Signed-off-by: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
---
 man3/clock_getcpuclockid.3 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/man3/clock_getcpuclockid.3 b/man3/clock_getcpuclockid.3
index 42d0775..747dc76 100644
--- a/man3/clock_getcpuclockid.3
+++ b/man3/clock_getcpuclockid.3
@@ -85,6 +85,11 @@ There is no process with the ID
 The
 .BR clock_getcpuclockid ()
 function is available in glibc since version 2.2.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR clock_getcpuclockid ()
+function is thread-safe.
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
-- 
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] clock_getcpuclockid.3: ATTRIBUTES: Note function that is thread-safe
       [not found] ` <1372814846-2418-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
@ 2013-07-03 10:04   ` Michael Kerrisk
       [not found]     ` <51D3F738.4000309-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Kerrisk @ 2013-07-03 10:04 UTC (permalink / raw)
  To: Peng Haitao
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	carlos-v2tUB8YBRSi3e3T8WW9gsA, aoliva-H+wXaHxf7aLQT0dZR+AlfA,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 07/03/13 03:27, Peng Haitao wrote:
> The function clock_getcpuclockid() is thread safe.
> 
> Signed-off-by: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>

Thanks. Applied.

>From now on (because I have now started incorporating your patches 
in mainline), please update the date in the .TH line in patches.

Thanks,

Michael


> ---
>  man3/clock_getcpuclockid.3 | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/man3/clock_getcpuclockid.3 b/man3/clock_getcpuclockid.3
> index 42d0775..747dc76 100644
> --- a/man3/clock_getcpuclockid.3
> +++ b/man3/clock_getcpuclockid.3
> @@ -85,6 +85,11 @@ There is no process with the ID
>  The
>  .BR clock_getcpuclockid ()
>  function is available in glibc since version 2.2.
> +.SH ATTRIBUTES
> +.SS Multithreading (see pthreads(7))
> +The
> +.BR clock_getcpuclockid ()
> +function is thread-safe.
>  .SH CONFORMING TO
>  POSIX.1-2001.
>  .SH NOTES
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] clock_getcpuclockid.3: ATTRIBUTES: Note function that is thread-safe
       [not found]     ` <51D3F738.4000309-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-07-04  0:07       ` Peng Haitao
  0 siblings, 0 replies; 3+ messages in thread
From: Peng Haitao @ 2013-07-04  0:07 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA


On 07/03/2013 06:04 PM, Michael Kerrisk wrote:
> On 07/03/13 03:27, Peng Haitao wrote:
>> The function clock_getcpuclockid() is thread safe.
>>
>> Signed-off-by: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
> 
> Thanks. Applied.
> 
>>From now on (because I have now started incorporating your patches 
> in mainline), please update the date in the .TH line in patches.
> 

I see, thanks.

-- 
Best Regards,
Peng

> Thanks,
> 
> Michael
> 
> 
>> ---
>>  man3/clock_getcpuclockid.3 | 5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/man3/clock_getcpuclockid.3 b/man3/clock_getcpuclockid.3
>> index 42d0775..747dc76 100644
>> --- a/man3/clock_getcpuclockid.3
>> +++ b/man3/clock_getcpuclockid.3
>> @@ -85,6 +85,11 @@ There is no process with the ID
>>  The
>>  .BR clock_getcpuclockid ()
>>  function is available in glibc since version 2.2.
>> +.SH ATTRIBUTES
>> +.SS Multithreading (see pthreads(7))
>> +The
>> +.BR clock_getcpuclockid ()
>> +function is thread-safe.
>>  .SH CONFORMING TO
>>  POSIX.1-2001.
>>  .SH NOTES
>>
> 
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-04  0:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03  1:27 [PATCH] clock_getcpuclockid.3: ATTRIBUTES: Note function that is thread-safe Peng Haitao
     [not found] ` <1372814846-2418-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2013-07-03 10:04   ` Michael Kerrisk
     [not found]     ` <51D3F738.4000309-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-07-04  0:07       ` Peng Haitao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.