mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-16 15:01:17 +02:00
Ansify function arguments
This commit is contained in:
parent
fc163cee2f
commit
da92787d48
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2005 Hector Garcia Alvarez
|
* Copyright (C) 2005 Hector Garcia Alvarez
|
||||||
* Copyright (C) 2005 Guillem Jover
|
* Copyright (C) 2005, 2008 Guillem Jover
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@ -32,9 +32,7 @@
|
|||||||
|
|
||||||
#ifdef __GLIBC__
|
#ifdef __GLIBC__
|
||||||
char *
|
char *
|
||||||
fgetln (stream, len)
|
fgetln (FILE *stream, size_t *len)
|
||||||
FILE *stream;
|
|
||||||
size_t *len;
|
|
||||||
{
|
{
|
||||||
char *line=NULL;
|
char *line=NULL;
|
||||||
size_t nread = 0;
|
size_t nread = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user