diff options
author | Brad King <brad.king@kitware.com> | 2020-03-04 13:00:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-03-04 13:00:24 (GMT) |
commit | 9e6b07f5ffb5aed4d6bfb9b04cd18631375f51a7 (patch) | |
tree | 8ad87f5fb9db404a5d1e954a88cb83326da328fc /Source/kwsys/Process.h.in | |
parent | d674c3a5bc7599ad5cd974c13b655a7d36d9c5c9 (diff) | |
parent | ec33e3600ccda8f6b8c97a70b57715af331b41e6 (diff) | |
download | CMake-9e6b07f5ffb5aed4d6bfb9b04cd18631375f51a7.zip CMake-9e6b07f5ffb5aed4d6bfb9b04cd18631375f51a7.tar.gz CMake-9e6b07f5ffb5aed4d6bfb9b04cd18631375f51a7.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream
* upstream-KWSys:
KWSys 2020-03-04 (6af2e592)
Diffstat (limited to 'Source/kwsys/Process.h.in')
-rw-r--r-- | Source/kwsys/Process.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/Process.h.in b/Source/kwsys/Process.h.in index 73ea9db..9f2162b 100644 --- a/Source/kwsys/Process.h.in +++ b/Source/kwsys/Process.h.in @@ -180,8 +180,8 @@ kwsysEXPORT void kwsysProcess_SetPipeShared(kwsysProcess* cp, int pipe, * write end of the pipe will be closed in the parent process and the * read end will be closed in the child process. */ -kwsysEXPORT void kwsysProcess_SetPipeNative(kwsysProcess* cp, int pipe, - kwsysProcess_Pipe_Handle p[2]); +kwsysEXPORT void kwsysProcess_SetPipeNative( + kwsysProcess* cp, int pipe, const kwsysProcess_Pipe_Handle p[2]); /** * Get/Set a possibly platform-specific option. Possible options are: |