From e4940e6628c088f722df721c9634b55be7405e2c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 Jul 1998 18:25:24 +0000 Subject: Update. 1998-07-20 18:23 Ulrich Drepper * libio/libioP.h: Use __PMT in typedef. * libio/strfile.h: Likewise. 1998-07-20 18:20 Ulrich Drepper * sysdeps/unix/sysv/linux/gethostname.c: Return ENAMETOOLONG if buffer is too small. Reported by John Levon . --- libio/strfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libio/strfile.h') diff --git a/libio/strfile.h b/libio/strfile.h index a0e47021f6..baf25f7097 100644 --- a/libio/strfile.h +++ b/libio/strfile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU IO Library. This library is free software; you can redistribute it and/or @@ -28,8 +28,8 @@ Merge into libio.h ? #endif -typedef void *(*_IO_alloc_type) __P ((_IO_size_t)); -typedef void (*_IO_free_type) __P ((void*)); +typedef void *(*_IO_alloc_type) __PMT ((_IO_size_t)); +typedef void (*_IO_free_type) __PMT ((void*)); struct _IO_str_fields { -- cgit v1.2.3