diff options
Diffstat (limited to 'login/login.c')
-rw-r--r-- | login/login.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/login/login.c b/login/login.c index 6bd0e6eaef..c148893c88 100644 --- a/login/login.c +++ b/login/login.c @@ -24,9 +24,6 @@ #include <stdlib.h> #include <utmp.h> -#ifndef _LIBC -#define __set_errno(val) errno = (val) -#endif /* Return the result of ttyname in the buffer pointed to by TTY, which should be of length BUF_LEN. If it is too long to fit in this buffer, a |