Date: Sat, 20 Jan 2018 00:25:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 225324] errno.h does not define ETIME Message-ID: <bug-225324-8-KvBJWMV00M@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225324-8@https.bugs.freebsd.org/bugzilla/> References: <bug-225324-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225324 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste <emaste@freebsd.org> --- Other userland software doesn't compile for this reason, e.g. https://github.com/IAIK/meltdown/issues/14 The "solution" there was: #ifndef ETIME #define ETIME 62 #endif which seems strictly worse than either of the two options you describe. Debian Code Search returns 3470 (Debian) packages referencing ETIME, https://codesearch.debian.net/search?q=3DETIME Some of these are going to cause grief if we start defining ETIME, e.g.: libreoffice_1:5.4.3-4/sal/osl/unx/system.hxx #ifdef FREEBSD # define ETIME ETIMEDOUT # include <pthread.h> # include <sys/sem.h> so it seems like the first thing we'll want to do is perform a ports exp-run with ETIME defined --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225324-8-KvBJWMV00M>