~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/c/dosdummy.d

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-05-17 02:46:26 UTC
  • Revision ID: james.westby@ubuntu.com-20060517024626-lljr08ftv9g9vefl
Tags: upstream-0.9h-20060510
ImportĀ upstreamĀ versionĀ 0.9h-20060510

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define DUM(a) int a(int n) {}
 
2
 
 
3
DUM(alarm)
 
4
DUM(getpid)
 
5
DUM(getuid)
 
6
DUM(popen)
 
7
DUM(pclose)
 
8
DUM(getpwuid)
 
9
DUM(getpwnam)