1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00
Files
glibc/nscd
Joseph Myers 8915eacef8 Avoid warnings for unused results in nscd/connections.c.
This patch avoids warnings for unused results of setuid and setgid in
nscd/connections.c using an ignore_value macro along the lines
suggested by Paul in
<https://sourceware.org/ml/libc-alpha/2014-11/msg00733.html>.

Tested for x86_64.

	* include/libc-internal.h (ignore_value): New macro.
	* nscd/connections.c (restart): Wrap calls to setuid and setgid
	with ignore_value.
2014-11-26 20:54:16 +00:00
..
2014-11-12 22:33:41 +00:00
2014-11-24 15:03:45 +05:30
2014-05-01 22:02:27 +02:00
2011-10-07 10:06:31 -04:00
.
2007-07-31 13:33:18 +00:00
2013-12-16 11:22:01 +10:00
2007-08-22 03:14:29 +00:00
2014-05-07 14:09:24 +02:00