
/*
        Copyright 07/20/98 Sun Microsystems, Inc. All Rights Reserved
*/


#ifndef _SIGNAL_H
#define __STD_SIGNAL_H

#include "/usr/include/signal.h"

#ifndef __STD_CSIGNAL

namespace std {
//
// types
//
using sig_atomic_t;
//
// functions
//
using raise;
using signal;
}

#endif

#endif /*__STD_SIGNAL_H*/
