This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Make sys/timerfd.h usable without __USE_POSIX199309


Hi again,

To recap, as Josh Triplett reports, compiling a source file with just
the text

	#include <sys/timerfd.h>

without __USE_POSIX199309 produces an error without further
explanation.

	sys/timerfd.h:46:28: error: unknown type name âclockid_tâ

I sent three patches, any one of which would address that.

 - http://article.gmane.org/gmane.comp.lib.glibc.alpha/16687
 - http://article.gmane.org/gmane.comp.lib.glibc.alpha/16806
 - http://article.gmane.org/gmane.comp.lib.glibc.alpha/16828

As far as I can tell, any one of these would be beneficial, and none
of them has any noticeable downside.  What can I do to move this
forward?

Thanks for keeping glibc in good shape.
Jonathan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]