progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / symm / stubs.am.in
1 %## -*-makefile-*-
2 %#
3 ### -*-makefile-*- GENERATED from stubs.am.in
4 ###
5 ### A list of the stub header files we have to make.
6
7 STUB_H =
8 %repeat
9 STUB_H += @hname.h
10 %end
11
12 STUB_C =
13 %repeat
14 STUB_C += @cname.c
15 %end