forked from Imagelibrary/rtems
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/getgid.c: Include <unistd.h>. * libcsupport/src/setgid.c: Include <unistd.h>. * libcsupport/src/getpgrp.c: Include <unistd.h>. Remove unnecessary includes.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/src/getgid.c: Include <unistd.h>.
|
||||
* libcsupport/src/setgid.c: Include <unistd.h>.
|
||||
* libcsupport/src/getpgrp.c: Include <unistd.h>.
|
||||
Remove unnecessary includes.
|
||||
|
||||
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* posix/src/pthread.c (_POSIX_Threads_Default_attributes): Add
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <rtems/userenv.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -6,14 +6,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <unistd.h>
|
||||
#include <rtems/score/object.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
/*
|
||||
* 4.3.1 Get Process Group IDs, P1003.1b-1993, p. 89
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <rtems/userenv.h>
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user