Opened on 01/06/12 at 02:53:56
Closed on 01/26/12 at 20:53:10
#1999 closed defect (fixed)
adjtime mismatched function signature
Reported by: | Gedare Bloom | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 4.11 |
Component: | score | Version: | 4.11 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
adjtime has a mismatch between its declaration in sys/time.h and its definition in posix/src/adjtime.c
patch fixes the problem. it causes failure to compile with posix enabled on the cvs head.
Attachments (1)
Change History (3)
Changed on 01/06/12 at 02:53:56 by Gedare Bloom
Attachment: | adjtime.diff added |
---|
comment:1 Changed on 01/26/12 at 20:53:10 by Joel Sherrill
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sebastian committed a fix.
comment:2 Changed on 11/24/14 at 18:58:28 by Gedare Bloom
Version: | HEAD → 4.11 |
---|
Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11
Note: See
TracTickets for help on using
tickets.
fix mismatch.