glibc/grp
Joseph Myers ed9a38e21b Clean up trivially redundant __USE_MISC conditionals.
This patch cleans up cases of __USE_MISC that are trivially redundant
after the recent substitution of __USE_MISC for __USE_BSD and
__USE_SVID: either in constructs such as "defined __USE_MISC ||
defined __USE_MISC", or else (in the bits/mman.h case) a conditional
on __USE_MISC nested inside another __USE_MISC conditional.  (The
cleanups remaining after this patch are still quite large, but it
seems a reasonable piece to separate out.)

Tested x86_64.

	* bits/mman.h [__USE_MISC]: Remove redundant conditionals.
	* ctype/ctype.h [__USE_MISC]: Likewise.
	* dirent/dirent.h [__USE_MISC]: Likewise.
	* grp/grp.h [__USE_MISC]: Likewise.
	* io/fcntl.h [__USE_MISC]: Likewise.
	* io/sys/stat.h [__USE_MISC]: Likewise.
	* libio/stdio.h [__USE_MISC]: Likewise.
	* posix/unistd.h [__USE_MISC]: Likewise.
	* pwd/pwd.h [__USE_MISC]: Likewise.
	* stdlib.h [__USE_MISC]: Likewise.
	* string/bits/string2.h [__USE_MISC]: Likewise.
	* string/string.h [__USE_MISC]: Likewise.
	* time/time.h [__USE_MISC]: Likewise.
2014-02-13 22:07:53 +00:00
..
Makefile Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
Versions Update. 2001-06-16 19:50:36 +00:00
compat-initgroups.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
fgetgrent.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
fgetgrent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getgrent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getgrent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getgrgid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getgrgid_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getgrnam.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getgrnam_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
grp.h Clean up trivially redundant __USE_MISC conditionals. 2014-02-13 22:07:53 +00:00
initgroups.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
putgrent.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
setgroups.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
testgrp.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst_fgetgrent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst_fgetgrent.sh Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00