mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Move include/nuttx/stdarg.h to include/nuttx/lib/stdarg.h
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* include/nuttx/stdarg.h
|
||||
* include/nuttx/lib/stdarg.h
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_STDARG_H
|
||||
#define __INCLUDE_NUTTX_STDARG_H
|
||||
#ifndef __INCLUDE_NUTTX_LIB_STDARG_H
|
||||
#define __INCLUDE_NUTTX_LIB_STDARG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -61,4 +61,4 @@
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_STDARG_H */
|
||||
#endif /* __INCLUDE_NUTTX_LIB_STDARG_H */
|
||||
Reference in New Issue
Block a user