1
0
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:
Jim Meyering
2003-03-17 19:21:28 +00:00
parent f3ad658b98
commit bb0dd792a3

View File

@@ -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;