From: Martin Schwidefsky Date: Wed, 14 Jun 2006 13:10:51 +0000 (+0100) Subject: [S390] __FD_foo definitions. X-Git-Tag: v2.6.18-rc1~1103^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9348f0de2d2b541b4ba64fb1f4efee9710a3d731;p=pandora-kernel.git [S390] __FD_foo definitions. Make the definitions of __FD_SET, __FD_CLR and __FD_ISSET independent from asm/bitops.h and remove the macro magic that tests for __GLIBC__. Use simple C inline functions instead of set_bit, clear_bit and test_bit. Signed-off-by: Martin Schwidefsky Signed-off-by: David Woodhouse --- Reading git-diff-tree failed