mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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>.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user