diff options
Diffstat (limited to 'login/getlogin_r.c')
-rw-r--r-- | login/getlogin_r.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/login/getlogin_r.c b/login/getlogin_r.c index 8848b61544..2d9a903e8e 100644 --- a/login/getlogin_r.c +++ b/login/getlogin_r.c @@ -23,9 +23,7 @@ If it cannot be determined or some other error occurred, return the error code. Otherwise return 0. */ int -__getlogin_r (name, name_len) - char *name; - size_t name_len; +__getlogin_r (char *name, size_t name_len) { __set_errno (ENOSYS); return errno; |