Changeset 566f4cfb in mainline for uspace/lib/libc/include/io/stream.h


Ignore:
Timestamp:
2009-04-24T08:01:05Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
402de0c
Parents:
ab1861a
Message:

use buffering for klog output (this can be used to avoid the ugly usleeps while starting tasks)
unify and cleanup console.c and related files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/io/stream.h

    rab1861a r566f4cfb  
    3838#include <libarch/types.h>
    3939
    40 #define EMFILE -17
    41 
    42 extern void klog_update(void);
     40#define EMFILE  -17
    4341
    4442extern ssize_t read_stdin(void *, size_t);
    45 extern ssize_t write_stdout(const void *, size_t);
    46 extern ssize_t write_stderr(const void *, size_t);
    47 extern int flush_stdout(void);
     43extern void klog_update(void);
    4844
    4945#endif
Note: See TracChangeset for help on using the changeset viewer.