~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to src/core/external/kdewin32/unistd.h

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2012-05-22 10:14:07 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120522101407-038f2hr2jj6ra59c
Tags: 0.11.3-1
ImportedĀ UpstreamĀ versionĀ 0.11.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
 
100
100
int pipe(int *fd);
101
101
 
 
102
#ifndef __MINGW64__
102
103
pid_t fork(void);
 
104
#endif
103
105
 
104
106
pid_t setsid(void);
105
107