diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-20 18:25:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-20 18:25:24 +0000 |
commit | e4940e6628c088f722df721c9634b55be7405e2c (patch) | |
tree | c7da7e19485c1ee6cbe72472582df76426df621e /libio/strfile.h | |
parent | a9ddb79305d6346fdf2bcb1772213987d53c0bc5 (diff) | |
download | glibc-e4940e6628c088f722df721c9634b55be7405e2c.tar glibc-e4940e6628c088f722df721c9634b55be7405e2c.tar.gz glibc-e4940e6628c088f722df721c9634b55be7405e2c.tar.bz2 glibc-e4940e6628c088f722df721c9634b55be7405e2c.zip |
Update.
1998-07-20 18:23 Ulrich Drepper <drepper@cygnus.com>
* libio/libioP.h: Use __PMT in typedef.
* libio/strfile.h: Likewise.
1998-07-20 18:20 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/gethostname.c: Return ENAMETOOLONG if
buffer is too small.
Reported by John Levon <j_levon@ncc.co.uk>.
Diffstat (limited to 'libio/strfile.h')
-rw-r--r-- | libio/strfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |