Ignore:
Timestamp:
Jul 10, 2003, 6:12:33 PM (22 years ago)
Author:
bird
Message:

#427: FreeBSD 5.1 level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/cdefs.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r338 r339  
    1 /*- modified for gcc/os2 by bird 2003
    2  *
     1/*
    32 * Copyright (c) 1991, 1993
    43 *      The Regents of the University of California.  All rights reserved.
     
    3635 *
    3736 *      @(#)cdefs.h     8.8 (Berkeley) 1/9/95
    38  * $FreeBSD: src/sys/sys/cdefs.h,v 1.68 2002/10/21 20:50:30 mike Exp $
     37 * $FreeBSD: src/sys/sys/cdefs.h,v 1.69 2003/04/18 18:59:34 bde Exp $
     38 *
     39 * @@level      FreeBSD 5.1
     40 * @@changed    bird: Toolkit compatibility (_CDEFS_H_ and __TCPROTO()).
    3941 */
    4042
    4143#ifndef _SYS_CDEFS_H_
    4244#define _SYS_CDEFS_H_
    43 #define _CDEFS_H_ /* compatability */
     45#define _CDEFS_H_ /* bird: compatability */
    4446
    4547#if defined(__cplusplus)
     
    192194
    193195/* Compiler-dependent macros that rely on FreeBSD-specific extensions. */
    194 #if __FreeBSD_cc_version >= 300001 && __FreeBSD_cc_version < 500003
     196#if __FreeBSD_cc_version >= 300001
    195197#define __printf0like(fmtarg, firstvararg) \
    196198            __attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
     
    199201#endif
    200202
    201 #if 0 /* def __GNUC__ - ELF specific, so skip everything */
     203#if 0 /* def __GNUC__ - bird: ELF specific, so skip everything */
    202204#define __strong_reference(sym,aliassym)        \
    203205        extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)));
     
    235237 * more recent ELF binutils, we use .ident allowing the ID to be stripped.
    236238 * Usage:
    237  *      __FBSDID("$FreeBSD: src/sys/sys/cdefs.h,v 1.68 2002/10/21 20:50:30 mike Exp $");
     239 *      __FBSDID("$FreeBSD: src/sys/sys/cdefs.h,v 1.69 2003/04/18 18:59:34 bde Exp $");
    238240 */
    239241#ifndef __FBSDID
     
    394396#endif
    395397
    396 /* toolkit pollution */
     398/* bird: toolkit pollution */
    397399#define __TCPPROTO(args) __P(args)
    398400
Note: See TracChangeset for help on using the changeset viewer.