Changeset 06e1e95 in mainline for kernel/generic/include/stdarg.h


Ignore:
Timestamp:
2006-09-14T17:09:21Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1d1f5d3
Parents:
e5ecc02
Message:

C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/stdarg.h

    re5ecc02 r06e1e95  
    3333 */
    3434
    35 
    3635/*
    3736 * Variable argument list manipulation macros
     
    3938 */
    4039 
    41 #ifndef __STDARG_H__
    42 #define __STDARG_H__
     40#ifndef KERN_STDARG_H_
     41#define KERN_STDARG_H_
    4342
    4443typedef __builtin_va_list va_list;
Note: See TracChangeset for help on using the changeset viewer.