bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

VMS has struct sched_param in pthread.h


From: John E. Malmberg
Subject: VMS has struct sched_param in pthread.h
Date: Thu, 15 Jun 2017 18:16:14 -0500
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

Hello All,

The make step on VMS next stopped at glthread/cond.c with:

cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC -DEXEEXT=\"\" -I. -I.. -DGNULIB_STRICT_CHECKING=1 -g -c -o glthread/cond.o glthread/cond.c

struct sched_param
^
%CC-E-REDEFSTRUCT, In this declaration, the struct "sched_param" is redefined.
at line number 52 in file LCL_ROOT:[gnulib.gllib]sched.h;1
make[4]: *** [glthread/cond.o] Error 2

VMS does not currently provide a sched.h and has that definition in pthread.h instead.

Regards,
-John





reply via email to

[Prev in Thread] Current Thread [Next in Thread]