Changeset 5619:16fe78ec277c in roaraudio for libroar/cdrom.c


Ignore:
Timestamp:
08/09/12 00:01:15 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Implemented watchdog (Closes: #291)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/cdrom.c

    r5381 r5619  
    3636#include "libroar.h" 
    3737 
    38 #define ROAR_CDROM_ERROR_NORETURN(format, args...) ROAR_ERR(format, ## args); _exit(3) 
     38#define ROAR_CDROM_ERROR_NORETURN(format, args...) ROAR_ERR(format, ## args); ROAR_U_EXIT(3) 
    3939 
    4040#if BYTE_ORDER == BIG_ENDIAN 
Note: See TracChangeset for help on using the changeset viewer.