mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-18 10:59:33 +02:00
(readlink): Put function type on its own line.
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
DJGPP 2.03 and earlier don't have `readlink' and don't support
|
||||
symlinks. */
|
||||
|
||||
int readlink (const char *filename, char *buffer, size_t size)
|
||||
int
|
||||
readlink (const char *filename, char *buffer, size_t size)
|
||||
{
|
||||
errno = EINVAL;
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user