Changeset 370
- Timestamp:
- Jul 14, 2003, 3:00:27 PM (22 years ago)
- 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
to1.2
r369 r370 1 // Specific definitions for GNU/Linux-*- C++ -*-1 // Specific definitions for IBM OS/2 -*- C++ -*- 2 2 3 3 // Copyright (C) 2000, 2001 Free Software Foundation, Inc. … … 60 60 file will come before all others. */ 61 61 62 #define __off_t off_t 63 # define __off64_t off64_t64 #define __ ssize_t ssize_t62 /* bird: We're doing like FreeBSD not linux from now. */ 63 #include <machine/_types.h> 64 #define __off64_t __int64_t 65 65 66 66 #endif -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.