Changeset 370


Ignore:
Timestamp:
Jul 14, 2003, 3:00:27 PM (22 years ago)
Author:
bird
Message:

#427: don't define ssize_t and off_t because that breaks machine/_types.h and/or sys/types.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libstdc++-v3/config/os/os2emx/bits/os_defines.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r369 r370  
    1 // Specific definitions for GNU/Linux  -*- C++ -*-
     1// Specific definitions for IBM OS/2  -*- C++ -*-
    22
    33// Copyright (C) 2000, 2001 Free Software Foundation, Inc.
     
    6060   file will come before all others. */
    6161
    62 #define __off_t off_t
    63 #define __off64_t off64_t
    64 #define __ssize_t ssize_t
     62/* bird: We're doing like FreeBSD not linux from now. */
     63#include <machine/_types.h>
     64#define __off64_t __int64_t
    6565
    6666#endif
Note: See TracChangeset for help on using the changeset viewer.