mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 12:49:44 +08:00
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/uuid/uuid_time.c: Add cast to uint32_t to allow 16bit shift on 16bit-int targets. * libmisc/uuid/gen_uuid.c: Add HAVE_CONFIG_H guard. Include <limits.h>. Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1 instead of hard-coded 16 to permit building on non 16bit-int targets.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/uuid/uuid_time.c: Add cast to uint32_t to allow 16bit
|
||||
shift on 16bit-int targets.
|
||||
* libmisc/uuid/gen_uuid.c: Add HAVE_CONFIG_H guard.
|
||||
Include <limits.h>. Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1
|
||||
instead of hard-coded 16 to permit building on non 16bit-int
|
||||
targets.
|
||||
|
||||
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/shell/extern-ls.h: Remove DAYSPERNYEAR, SECSPERDAY.
|
||||
|
||||
Reference in New Issue
Block a user