libc/newlib/libc/unix
Jordi Sanfeliu 613a7f9036 Fix comparison between two character arrays
Hello,

The member 'id' in the 'utmp' struct is not a numeric but a character array,
hence the strncmp() function is needed to compare two members.
2018-07-30 09:36:49 +02:00
..
Makefile.am Move duplicated documentation rules to Makefile.shared 2015-11-02 18:02:39 -05:00
Makefile.in makedoc: make errors visible 2017-12-07 11:54:11 +00:00
basename.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
dirname.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
getcwd.c * libc/unix/getcwd.c (getcwd): Close directory also in case of an error. 2014-10-16 15:00:59 +00:00
getlogin.c 2008-11-18 Jeff Johnston <jjohnstn@redhat.com> 2008-11-18 21:47:44 +00:00
getpass.c 2008-11-18 Jeff Johnston <jjohnstn@redhat.com> 2008-11-18 22:40:40 +00:00
getpwent.c 2008-11-18 Jeff Johnston <jjohnstn@redhat.com> 2008-11-18 21:47:44 +00:00
getut.c Fix comparison between two character arrays 2018-07-30 09:36:49 +02:00
pread.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
pwrite.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sigset.c 2008-11-18 Jeff Johnston <jjohnstn@redhat.com> 2008-11-18 21:47:44 +00:00
ttyname.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ttyname.h 2009-02-23 Craig Howland <howland@LGSInnovations.com> 2009-02-23 23:42:03 +00:00
ttyname_r.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00