revert between 56095 -> 55830 in arch
[AROS.git] / compiler / posixc / tcgetpgrp.c
blob68e4da4b97fcd95a3fab625d21f024797986944d
1 /*
2 Copyright © 2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <sys/types.h>
8 #include <exec/tasks.h>
9 #include <proto/exec.h>
11 #include <assert.h>
13 #include "__vfork.h"
14 #include "__posixc_intbase.h"
16 /*****************************************************************************
18 NAME */
19 #include <unistd.h>
21 pid_t tcgetpgrp(
23 /* SYNOPSIS */
24 int fd)
26 /* FUNCTION
27 Returns the process group ID for the specified file descriptor.
29 INPUTS
31 RESULT
33 NOTES
35 EXAMPLE
37 BUGS
39 SEE ALSO
41 INTERNALS
43 ******************************************************************************/
45 return 0;