summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-06 14:45:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-06 14:45:34 +0000
commitf350dcf849b638f4c394ca6afc2c11ea2ff3fcc7 (patch)
treedf4b250bc79789e3f2ca0014ba4834686412d8e1 /cpukit
parentRemoved (moved to libcsupport/src). (diff)
downloadrtems-f350dcf849b638f4c394ca6afc2c11ea2ff3fcc7.tar.bz2
Add getpagesize.c.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index e7c174f6b3..2262621bee 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -63,7 +63,7 @@ ID_C_FILES = src/getegid.c src/geteuid.c src/getgid.c src/getgroups.c \
src/setpgid.c src/setsid.c
MALLOC_C_FILES = src/malloc.c src/mallocfreespace.c src/__brk.c \
- src/__sbrk.c
+ src/__sbrk.c src/getpagesize.c
PASSWORD_GROUP_C_FILES = src/getpwent.c