summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/files/clib2/include/sys/wait.h
blob: 99844c45661f908574ffe8e6ca860af2bc35dc1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H

#ifndef _SYS_TYPES_H
#include <sys/types.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif

extern pid_t wait(int *status);

#ifdef __cplusplus
}
#endif

#endif