Changeset 1e4cada in mainline for uspace/lib


Ignore:
Timestamp:
2009-12-09T17:23:15Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
387416b, 8aa42e3
Parents:
fb623e2
Message:

rename fibril_sync.[ch] to fibril_synch.[ch]

Location:
uspace/lib
Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/libblock/libblock.c

    rfb623e2 r1e4cada  
    4747#include <as.h>
    4848#include <assert.h>
    49 #include <fibril_sync.h>
     49#include <fibril_synch.h>
    5050#include <adt/list.h>
    5151#include <adt/hash_table.h>
  • uspace/lib/libblock/libblock.h

    rfb623e2 r1e4cada  
    3636
    3737#ifndef LIBBLOCK_LIBBLOCK_H_
    38 #define LIBBLOCK_LIBBLOCK_H_
     38#define LIBBLOCK_LIBBLOCK_H_
    3939
    4040#include <stdint.h>
    4141#include "../../srv/vfs/vfs.h"
    42 #include <fibril_sync.h>
     42#include <fibril_synch.h>
    4343#include <adt/hash_table.h>
    4444#include <adt/list.h>
  • uspace/lib/libc/Makefile.build

    rfb623e2 r1e4cada  
    5757        generic/string.c \
    5858        generic/fibril.c \
    59         generic/fibril_sync.c \
     59        generic/fibril_synch.c \
    6060        generic/pcb.c \
    6161        generic/smc.c \
  • uspace/lib/libc/generic/fibril_synch.c

    rfb623e2 r1e4cada  
    3333 */
    3434
    35 #include <fibril_sync.h>
     35#include <fibril_synch.h>
    3636#include <fibril.h>
    3737#include <async.h>
  • uspace/lib/libc/include/fibril_synch.h

    rfb623e2 r1e4cada  
    3333 */
    3434
    35 #ifndef LIBC_FIBRIL_SYNC_H_
    36 #define LIBC_FIBRIL_SYNC_H_
     35#ifndef LIBC_FIBRIL_SYNCH_H_
     36#define LIBC_FIBRIL_SYNCH_H_
    3737
    3838#include <async.h>
Note: See TracChangeset for help on using the changeset viewer.