~ubuntu-branches/ubuntu/wily/musl/wily

« back to all changes in this revision

Viewing changes to arch/arm/syscall_arch.h

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2014-03-22 09:39:56 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140322093956-1oc4xt9b2n3domo7
Tags: 1.0.0-1
* Import upstream version 1.0.0
* Provide musl-ldd (Closes: #732169)
* Arch independent ld-musl-config (Closes: #739205)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
((union { long long ll; long l[2]; }){ .ll = x }).l[1]
4
4
#define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
5
5
 
 
6
long (__syscall)(long, ...);
 
7
 
6
8
#ifndef __clang__
7
9
 
8
10
#define __asm_syscall(...) do { \