mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 19:27:42 +01:00
Fix typo in fgetln() linker warning
This commit is contained in:
parent
a1730c1063
commit
6eebc1f264
@ -76,7 +76,7 @@ fgetln(FILE *stream, size_t *len)
|
||||
}
|
||||
}
|
||||
libbsd_link_warning(fgetln,
|
||||
"This functions cannot be safely ported, use getline(3) "
|
||||
"This function cannot be safely ported, use getline(3) "
|
||||
"instead, as it is supported by GNU and POSIX.1-2008.")
|
||||
#else
|
||||
#error "Function fgetln() needs to be ported."
|
||||
|
Loading…
Reference in New Issue
Block a user