OAR

RTEMS GNU Tools On-Line Library


Syscalls

PREV UP NEXT Bookshelf

Chapter 10: System Calls

The C subroutine library depends on a handful of subroutine calls for operating system services. If you use the C library on a system that complies with the POSIX.1 standard (also known as IEEE 1003.1), most of these subroutines are supplied with your operating system.

If some of these subroutines are not provided with your system---in the extreme case, if you are developing software for a ``bare board'' system, without an OS---you will at least need to provide do-nothing stubs (or subroutines with minimal functionality) to allow your programs to link with the subroutines in libc.a.

  • Stubs Definitions for OS interface
  • Reentrant Syscalls Reentrant covers for OS subroutines

  • PREV UP NEXT Bookshelf

    Packaging copyright © 1988-2000 OAR Corporation
    Context copyright by each document's author. See Free Software Foundation for information.