OSDN Git Service

__uClibc_main.c: save ~70 bytes by not checking that /dev/null
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 25 May 2008 06:08:33 +0000 (06:08 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 25 May 2008 06:08:33 +0000 (06:08 -0000)
commit06135d973dd6fdf749198edd3e38f815ec977cb6
tree733092407ef72fe0e2cbbac3e9bdb8a4f6958c98
parent18f27be3580fcbd81c5b8f17a43648e8d1fd039e
__uClibc_main.c: save ~70 bytes by not checking that /dev/null
is indeed a char device with correct (maj,min).
(If it's not such a char device, the system is screwed anyway,
nothing can be done about it...)

    text           data     bss     dec     hex filename
-    715              4      21     740     2e4 libc/misc/internals/__uClibc_main.o
+    644              4      21     669     29d libc/misc/internals/__uClibc_main.o
libc/misc/internals/__uClibc_main.c