Files
musl/include
Rich Felker 9b732fe51b fix shifts possibly larger than type in major() macro
in theory this should not be an issue, since major() should only be
applied to type dev_t, which is 64-bit. however, it appears some
applications are not using dev_t but a smaller integer type (which
works on Linux because the kernel's dev_t is really only 32-bit). to
avoid the undefined behavior, do it as two shifts.
2013-06-29 13:57:13 -04:00
..
2011-06-09 21:47:24 -04:00
2012-05-06 16:35:32 -04:00
2011-02-12 00:22:29 -05:00
2013-06-29 12:46:46 -04:00
2012-09-08 18:16:33 -04:00
2011-02-12 00:22:29 -05:00
2013-05-17 18:38:42 -04:00
2012-09-30 20:00:38 -04:00
2013-04-10 22:38:46 -04:00
2011-02-14 21:59:38 -05:00
2012-05-06 16:35:32 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-13 15:24:26 -04:00
2011-02-12 00:22:29 -05:00
2012-12-26 16:55:49 -05:00
2013-04-04 22:36:49 -04:00
2011-02-12 00:22:29 -05:00
2011-09-20 14:51:56 -04:00
2012-09-08 00:14:25 -04:00
2011-04-05 15:40:36 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-01-04 20:36:34 +01:00