mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-07 06:50:24 +08:00
* cygserver_ipc.h: Include sigproc.h for signal_arrived declaration.
This commit is contained in:
parent
971d94e260
commit
33a6952b7f
@ -1,3 +1,7 @@
|
|||||||
|
2012-03-19 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
|
* cygserver_ipc.h: Include sigproc.h for signal_arrived declaration.
|
||||||
|
|
||||||
2012-03-19 Christopher Faylor <me.cygwin2012@cgf.cx>
|
2012-03-19 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
* cygprops.h: Use #pragma once.
|
* cygprops.h: Use #pragma once.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_ipc.h
|
/* cygserver_ipc.h
|
||||||
|
|
||||||
Copyright 2002, 2003, 2004 Red Hat, Inc.
|
Copyright 2002, 2003, 2004, 2012 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
@ -32,6 +32,7 @@ struct proc {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __INSIDE_CYGWIN__
|
#ifdef __INSIDE_CYGWIN__
|
||||||
|
#include "sigproc.h"
|
||||||
inline void
|
inline void
|
||||||
ipc_set_proc_info (proc &blk)
|
ipc_set_proc_info (proc &blk)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user