~ubuntu-branches/debian/stretch/btrfs-tools/stretch

« back to all changes in this revision

Viewing changes to kerncompat.h

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-04-19 12:12:11 UTC
  • mfrom: (1.2.12) (6.1.37 sid)
  • Revision ID: package-import@ubuntu.com-20140419121211-mski0g757tsdv4x1
Tags: 3.14.1-1
* New upstream release.
* Switch to git-dpm.
* Rebase and cleanup patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#define ULONG_MAX       (~0UL)
51
51
#endif
52
52
 
53
 
#define BUG() abort()
 
53
#define BUG() assert(0)
54
54
#ifdef __CHECKER__
55
55
#define __force    __attribute__((force))
56
56
#define __bitwise__ __attribute__((bitwise))