/************************************************************************************** Copyright (c) 2002 The UbixOS Project All rights reserved. Redistribution and use in source and binary forms, with or without modification, are prohibited. $Id$ **************************************************************************************/ #ifndef _UNISTD_H #define _UNISTD_H #include <sys/types.h> uShort getpid(void); #endif