Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/assert.h

    rbc56f30 r0a520db  
    3838// This is in accordance with the C standard.
    3939
    40 #ifndef _LIBC_ASSERT_H_
    41 #define _LIBC_ASSERT_H_
    42 
    43 #include <_bits/decls.h>
     40#ifndef LIBC_ASSERT_H_
     41#define LIBC_ASSERT_H_
    4442
    4543#ifndef __cplusplus
    4644#define static_assert _Static_assert
    4745#endif
    48 
    49 __C_DECLS_BEGIN;
    5046
    5147extern void __helenos_assert_abort(const char *, const char *, unsigned int)
     
    5450extern void __helenos_assert_quick_abort(const char *, const char *, unsigned int)
    5551    __attribute__((noreturn));
    56 
    57 __C_DECLS_END;
    5852
    5953#endif
Note: See TracChangeset for help on using the changeset viewer.