repo.or.cz
/
kbuild-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kmkbuiltin/expr.c: file revision 1.17 from OpenBSD
[kbuild-mirror.git]
/
src
/
ash
/
win
/
sys
/
cdefs.h
blob
72be66494bc974108bd165ab11a4c428fdddec43
1
#ifndef __sys_cdefs_h__
2
#define __sys_cdefs_h__
3
4
#define __attribute__(a)
5
typedef
int
pid_t
;
6
typedef
unsigned short
uid_t
;
7
typedef
unsigned short
gid_t
;
8
9
#endif