comparison bootstrap.conf @ 21590:7f3519e6194a stable

Enable the pipe function on Windows (bug #47614) * bootstrap.conf (gnulib_modules): Include pipe-posix in the list. * oct-syscalls.cc (octave_syscalls::pipe): Call gnulib::pipe portability wrapper, drop HAVE_PIPE condition.
author Mike Miller <mtmiller@octave.org>
date Wed, 06 Apr 2016 12:51:00 -0700
parents 4197fc428c7d
children ec77a07e4220
comparison
equal deleted inserted replaced
21573:f3f8e1d3e399 21590:7f3519e6194a
66 nanosleep 66 nanosleep
67 nproc 67 nproc
68 open 68 open
69 opendir 69 opendir
70 pathmax 70 pathmax
71 pipe-posix
71 progname 72 progname
72 putenv 73 putenv
73 readdir 74 readdir
74 readlink 75 readlink
75 realloc-gnu 76 realloc-gnu