hurd: Fix xattr function return type
authorSergey Bugaev <bugaevc@gmail.com>
Sat, 18 Feb 2023 20:37:11 +0000 (23:37 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 19 Feb 2023 23:34:07 +0000 (00:34 +0100)
commit80c2c1432d5167d408e0f6e5afdc108c8cffcc1f
treeb7ed0c2883aed03b2b52d45a347daacd4f60a973
parent32fff41bde1965ce89af07e27f2fc6dbb5baee89
hurd: Fix xattr function return type

They all return int, not size_t.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230218203717.373211-4-bugaevc@gmail.com>
sysdeps/mach/hurd/fsetxattr.c
sysdeps/mach/hurd/lremovexattr.c
sysdeps/mach/hurd/lsetxattr.c
sysdeps/mach/hurd/removexattr.c
sysdeps/mach/hurd/setxattr.c