Autodoc corrections
[cake.git] / compiler / clib / getpgrp.c
blobc63eb3cbb6dbd42ea6dce68a0c811ec4d0186550
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
12 #include <unistd.h>
14 pid_t getpgrp(
16 /* SYNOPSIS */
17 void)
19 /* FUNCTION
21 INPUTS
23 RESULT
25 NOTES
26 Not implemented.
28 EXAMPLE
30 BUGS
32 SEE ALSO
34 INTERNALS
36 ******************************************************************************/
38 # warning Implement getpgrp()
39 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
41 return 0;