]> sourceware.org Git - newlib-cygwin.git/commit
RTEMS: Declare ioctl() also if _KERNEL is defined
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 6 Jul 2022 14:42:28 +0000 (16:42 +0200)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 8 Jul 2022 04:57:52 +0000 (06:57 +0200)
commit4ab39e0a85a0fa9ddab6a179040b24dbfabd87ad
tree07a46cff032b6aae043f7193c77c10cb62d262d6
parent5d4f405d3b65536c5757e249832654c24759021f
RTEMS: Declare ioctl() also if _KERNEL is defined

This fixes the following warning in libbsd:

rtems/blkdev.h:200:10: warning: implicit declaration of function 'ioctl'; did
  you mean 'ifioctl'? [-Wimplicit-function-declaration]

Remove unnecessary includes.
newlib/libc/sys/rtems/include/sys/ioccom.h
This page took 0.051055 seconds and 5 git commands to generate.