Changeset d3e241a in mainline for uspace/lib/posix/stdio.h


Ignore:
Timestamp:
2011-08-06T07:16:50Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b705ecc, cc677f1
Parents:
b7ee0369 (diff), c67aff2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdio.h

    rb7ee0369 rd3e241a  
    127127
    128128#ifndef LIBPOSIX_INTERNAL
     129        /* DEBUG macro does not belong to POSIX stdio.h. Its unconditional
     130         * definition in the native stdio.h causes unexpected behaviour of
     131         * applications which uses their own DEBUG macro (e.g. debugging
     132         * output is printed even if not desirable). */
     133        #undef DEBUG
     134
    129135        #define ctermid posix_ctermid
    130136
Note: See TracChangeset for help on using the changeset viewer.