Changeset da084d9 in mainline


Ignore:
Timestamp:
2011-06-22T22:45:58Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
823a929
Parents:
0319e104
Message:

Added preprocessor directives around legacy code.

Location:
uspace/lib/posix
Files:
2 edited

Legend:

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

    r0319e104 rda084d9  
    103103
    104104/* Legacy declarations */
     105#ifndef POSIX_STRINGS_H_
    105106extern int posix_ffs(int i);
     107#endif
    106108
    107109#ifndef LIBPOSIX_INTERNAL
  • uspace/lib/posix/strings.h

    r0319e104 rda084d9  
    3737#define POSIX_STRINGS_H_
    3838
     39#ifndef POSIX_STRING_H_
    3940/* Search Functions */
    4041extern int posix_ffs(int i);
     42#endif
    4143
    4244/* String/Array Comparison */
Note: See TracChangeset for help on using the changeset viewer.