mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
Add raise to std:: namespace in csignal
This commit is contained in:
+2
-1
@@ -1,7 +1,7 @@
|
|||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
// include/cxx/csignal
|
// include/cxx/csignal
|
||||||
//
|
//
|
||||||
// Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
// Copyright (C) 2009, 2016 Gregory Nutt. All rights reserved.
|
||||||
// Author: Gregory Nutt <gnutt@nuttx.org>
|
// Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
//
|
//
|
||||||
// Redistribution and use in source and binary forms, with or without
|
// Redistribution and use in source and binary forms, with or without
|
||||||
@@ -55,6 +55,7 @@ namespace std
|
|||||||
using ::siginfo_t;
|
using ::siginfo_t;
|
||||||
using ::sigaction;
|
using ::sigaction;
|
||||||
using ::kill;
|
using ::kill;
|
||||||
|
using ::raise;
|
||||||
using ::sigemptyset;
|
using ::sigemptyset;
|
||||||
using ::sigfillset;
|
using ::sigfillset;
|
||||||
using ::sigaddset;
|
using ::sigaddset;
|
||||||
|
|||||||
Reference in New Issue
Block a user