[PATCH v1] include sys/types.h to include defination of clockid_t

Joel Sherrill joel at rtems.org
Thu Mar 12 19:27:33 UTC 2020


Why did you need to add the include? Per
https://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_getcpuclockid.html,
you should only have to include pthread.h and time.h to have access to the
types needed.

--joel

On Thu, Mar 12, 2020 at 1:22 PM Eshan Dhawan <eshandhawan51 at gmail.com>
wrote:

> Hello
> I sent this patch a few days ago but no one reviewed it.
> If someone could look into it and give feedback.
>
> patch link: https://lists.rtems.org/pipermail/devel/2020-March/058044.html
>
> On Fri, Mar 6, 2020 at 7:50 PM Eshan dhawan <eshandhawan51 at gmail.com>
> wrote:
>
>> ---
>>  cpukit/posix/src/pthreadgetcpuclockid.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/cpukit/posix/src/pthreadgetcpuclockid.c
>> b/cpukit/posix/src/pthreadgetcpuclockid.c
>> index cd7814b1a6..159a3f9791 100644
>> --- a/cpukit/posix/src/pthreadgetcpuclockid.c
>> +++ b/cpukit/posix/src/pthreadgetcpuclockid.c
>> @@ -22,7 +22,7 @@
>>
>>  #include <pthread.h>
>>  #include <errno.h>
>> -
>> +#include <sys/types.h>
>>  #include <rtems/seterr.h>
>>
>>  int pthread_getcpuclockid(
>> --
>> 2.17.1
>>
>> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200312/c3404fbc/attachment.html>


More information about the devel mailing list