Re: [PATCH 1/2] Add support for posix_devctl()

2017-01-12 Thread Joel Sherrill
On Jan 12, 2017 2:33 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: Hello Joel, thanks for your detailed information. I was just a bit surprised that a search via Google revealed next nothing. For "_SC_POSIX_26_VERSION" I got three hits and two of them are due to your patches

Re: [PATCH 1/2] Add support for posix_devctl()

2017-01-12 Thread Sebastian Huber
Hello Joel, thanks for your detailed information. I was just a bit surprised that a search via Google revealed next nothing. For "_SC_POSIX_26_VERSION" I got three hits and two of them are due to your patches to Newlib. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-8217

Re: [PATCH 1/2] Add support for posix_devctl()

2017-01-11 Thread Joel Sherrill
On Wed, Jan 11, 2017 at 12:35 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > I didn't find a posix_devctl() in FreeBSD and glibc. Is there a reference > implementation? Which systems do actually use this stuff? > > Unfortunately, it has not been widely implemented. QNX has devc

Re: [PATCH 1/2] Add support for posix_devctl()

2017-01-10 Thread Sebastian Huber
I didn't find a posix_devctl() in FreeBSD and glibc. Is there a reference implementation? Which systems do actually use this stuff? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : s

Re: [PATCH 1/2] Add support for posix_devctl()

2017-01-10 Thread Gedare Bloom
two typos below: On Tue, Jan 10, 2017 at 6:57 PM, Joel Sherrill wrote: > --- > cpukit/libcsupport/Makefile.am|3 +- > cpukit/libcsupport/src/devctl.c | 72 ++ > cpukit/posix/src/sysconf.c|2 + > testsuites/ps

[PATCH 1/2] Add support for posix_devctl()

2017-01-10 Thread Joel Sherrill
--- cpukit/libcsupport/Makefile.am|3 +- cpukit/libcsupport/src/devctl.c | 72 ++ cpukit/posix/src/sysconf.c|2 + testsuites/psxtests/Makefile.am |3 + testsuites/psxtests/configure.ac