Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/isl/../wait.h
Real path: /usr/include/wait.h
Zurück
/* * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ #ifndef _WAIT_H #define _WAIT_H #include <sys/types.h> #include <sys/siginfo.h> #include <sys/procset.h> #include <sys/wait.h> #ifdef __cplusplus extern "C" { #endif extern pid_t wait(int *); extern pid_t waitpid(pid_t, int *, int); extern int waitid(idtype_t, id_t, siginfo_t *, int); #ifdef __cplusplus } #endif #endif /* _WAIT_H */