repo.or.cz
/
azan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[doc] update man page and README
[azan.git]
/
syscalls.s
blob
122e6a6d833f3195691e1464d5dc60e464f41435
1
; See LICENSE file for copyright
and
license details.
2
3
%
ifndef SYSCALLS_S
4
%
define SYSCALLS_S
5
6
%
ifdef Linux
7
%
define SYS_exit
60
8
%
define SYS_write
1
9
%
define SYS_gettimeofday
96
10
%
elifdef OpenBSD
11
%
define SYS_exit
1
12
%
define SYS_write
4
13
%
define SYS_gettimeofday
67
14
%
endif
15
16
%
endif ;SYSCALLS_S