~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to dos/dum_dos.c

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define DUM(a) int a(int n) { printf("dummy " #a " call %d\n",n); return 0;}
 
2
DUM(profil)
 
3
/* DUM(alarm) */
 
4
DUM(getpid)
 
5
DUM(getuid)
 
6
DUM(popen)
 
7
DUM(pclose)
 
8
DUM(getpwuid)
 
9
DUM(getpwnam)