Changeset 3a6d6656 in mainline for libc/include/libc.h


Ignore:
Timestamp:
2005-11-22T17:19:59Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
211bd8a5
Parents:
cc6f688
Message:

forgotten stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/libc.h

    rcc6f688 r3a6d6656  
    4141extern void __main(void);
    4242extern void __exit(void);
    43 extern unsigned int __syscall(const syscall_t id, const sysarg_t p1, const sysarg_t p2, const sysarg_t p3);
     43extern sysarg_t __syscall(const syscall_t id, const sysarg_t p1, const sysarg_t p2, const sysarg_t p3);
    4444
    4545
Note: See TracChangeset for help on using the changeset viewer.