Opened 13 years ago

Closed 12 years ago

#133 closed defect (fixed)

Type changes for VIO API

Reported by: ph3-der-loewe Owned by:
Priority: medium Milestone: RoarAudio major release 1.0
Component: libroar and friends Version: 1.0beta0
Keywords: soname_change Cc:
Architecture: Compiler:
Difficulty: very easy Kernel:
Operating System: Parent Tickets:
Patch attached: no Protocol:
Sound driver: Topic: Bug Fix

Description

The VIO API currently uses the following types which should be replaced:

  • int for _ctl() command. Should be replaced with something wider (uint32_t?).
  • off_t for _lseek(). Should be replaced with something with a minimum of 64 bits (including sign).

Subtickets

Change History (2)

comment:1 Changed 13 years ago by ph3-der-loewe

  • Difficulty set to very easy

comment:2 Changed 12 years ago by ph3-der-loewe

  • Resolution set to fixed
  • Status changed from new to closed
  • Version changed from current to 1.0beta0
Note: See TracTickets for help on using tickets.