diff options
Diffstat (limited to 'include/sys/ioctl.h')
| -rw-r--r-- | include/sys/ioctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sys/ioctl.h b/include/sys/ioctl.h index 6d8a0f40b..3ff134c8d 100644 --- a/include/sys/ioctl.h +++ b/include/sys/ioctl.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_IOCTL_H #define _SYS_IOCTL_H 1 @@ -40,6 +39,7 @@ __BEGIN_DECLS One argument may follow; its presence and type depend on REQUEST. Return value depends on REQUEST. Usually -1 indicates error. */ extern int ioctl (int __fd, unsigned long int __request, ...) __THROW; +libc_hidden_proto(ioctl) __END_DECLS |
