summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/getuid.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 17:12:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 17:12:55 +0000
commit188c82b41251cdafd06b49dd593476354be656b2 (patch)
tree2f6f400c50ae59f9393cb53a5fc96161b30f5fe5 /c/src/exec/posix/src/getuid.c
parent2000-08-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-188c82b41251cdafd06b49dd593476354be656b2.tar.bz2
2000-08-30 Joel Sherrill <joel@OARcorp.com>
* Many files: Moved posix/include/rtems/posix/seterr.h to score/include/rtems/seterr.h so it would be available within all APIs.
Diffstat (limited to 'c/src/exec/posix/src/getuid.c')
-rw-r--r--c/src/exec/posix/src/getuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/getuid.c b/c/src/exec/posix/src/getuid.c
index 9c2a3425e2..dec4a00a85 100644
--- a/c/src/exec/posix/src/getuid.c
+++ b/c/src/exec/posix/src/getuid.c
@@ -9,7 +9,7 @@
#include <rtems/system.h>
#include <rtems/score/object.h>
-#include <rtems/posix/seterr.h>
+#include <rtems/seterr.h>
uid_t _POSIX_types_Uid = 0;