Changeset 432a269 in mainline for uspace/lib/posix/float.h


Ignore:
Timestamp:
2011-09-16T21:13:57Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a11f17
Parents:
c0e53ff (diff), fd07e526 (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 mainline changes

File:
1 moved

Legend:

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

    rc0e53ff r432a269  
    11/*
    2  * Copyright (c) 2010 Vojtech Horky
     2 * Copyright (c) 2011 Petr Koupy
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup drvusbuhcihc
     29/** @addtogroup libposix
    3030 * @{
    3131 */
    32 /** @file
    33  * @brief UHCI driver iface
     32/** @file Floating type support.
    3433 */
    35 #ifndef DRV_UHCI_IFACE_H
    36 #define DRV_UHCI_IFACE_H
    3734
    38 #include <usbhc_iface.h>
     35#ifndef POSIX_FLOAT_H_
     36#define POSIX_FLOAT_H_
    3937
    40 extern usbhc_iface_t hc_iface;
     38/* Empty. Just to satisfy preprocessor. */
    4139
    42 #endif
    43 /**
    44  * @}
     40#endif /* POSIX_FLOAT_H_ */
     41
     42/** @}
    4543 */
Note: See TracChangeset for help on using the changeset viewer.