/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* bos720 src/bos/usr/include/stdalign.h 1.1                              */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* Restricted Materials of IBM                                            */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2012                   */
/* All Rights Reserved                                                    */
/*                                                                        */
/* US Government Users Restricted Rights - Use, duplication or            */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
/* @(#)95 1.1 src/bos/usr/include/stdalign.h, libcmem, bos720 2/27/12 13:25:54 */

#ifndef _STDALIGN_H_
#define _STDALIGN_H_

#undef alignas
#define alignas _Alignas

#undef alignof
#define alignof _Alignof

#define __alignas_is_defined 1
#define __alignof_is_defined 1



#endif