Mercurial > hg > octave-jordi
comparison liboctave/oct-syscalls.h @ 6108:143b556ce725
[project @ 2006-10-27 01:45:54 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 01:45:56 +0000 |
parents | 89f5979e8552 |
children | 363a2f8c9e97 |
comparison
equal
deleted
inserted
replaced
6107:6465ca8e4f0c | 6108:143b556ce725 |
---|---|
31 #ifdef HAVE_SYS_TYPES_H | 31 #ifdef HAVE_SYS_TYPES_H |
32 #include <sys/types.h> | 32 #include <sys/types.h> |
33 #endif | 33 #endif |
34 | 34 |
35 struct | 35 struct |
36 OCTAVE_API | |
36 octave_syscalls | 37 octave_syscalls |
37 { | 38 { |
38 static int dup2 (int, int); | 39 static int dup2 (int, int); |
39 static int dup2 (int, int, std::string&); | 40 static int dup2 (int, int, std::string&); |
40 | 41 |