glibc/login
Adhemerval Zanella 7369800c04 Consolidate non cancellable fcntl call
This patch consolidates all the non cancellable fcntl calls to use
the __fcntl_nocancel identifier.  For non cancellable targets it will
be just a macro to call the default respective symbol while on Linux
will be a internal one.

Since its prototype is already defined at internal fcntl.h header, it
is removed from not-cancel.h one.

Checked on x86_64-linux-gnu, x86_64-linux-gnu-x32, and i686-linux-gnu.

	* login/utmp_file.c (timeout_handler): Replace fcntl_not_cancel with
	__fcntl_nocancel.
	* sysdeps/generic/not-cancel.h (fcntl_not_cancel): Remove macro.
	* sysdeps/unix/sysv/linux/not-cancel.h (fcntl_not_cancel): Likewise.
2017-08-21 15:37:45 -03:00
..
programs Update copyright dates not handled by scripts/update-copyrights. 2017-01-01 00:26:24 +00:00
endutxent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
forkpty.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getlogin_r_chk.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getlogin_r.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getlogin.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getpt.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutent_r.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutid_r.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutid.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutline_r.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutline.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutmp.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutmpx.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutxent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutxid.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getutxline.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
grantpt.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
lastlog.h
login_tty.c
login.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
logout.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
logwtmp.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
openpty.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
ptsname_r_chk.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
ptsname.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
pty.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
pututxline.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
setlogin.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
setutxent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-getlogin.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-grantpt.c
tst-ptsname.c Remove check for NULL buffer passed to `ptsname_r' 2017-06-07 17:37:59 +02:00
tst-utmp.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-utmpx.c
unlockpt.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
updwtmp.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
updwtmpx.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
utmp_file.c Consolidate non cancellable fcntl call 2017-08-21 15:37:45 -03:00
utmp-private.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
utmp.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
utmpname.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
utmpxname.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Versions