Move include/nuttx/stdarg.h to include/nuttx/lib/stdarg.h

This commit is contained in:
Gregory Nutt
2016-07-21 13:48:20 -06:00
parent 72a45c82b7
commit ea589e2d6c
3 changed files with 11 additions and 11 deletions
@@ -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 */