diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-28 08:51:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-28 08:51:40 +0000 |
commit | 32a829d16119667c63e78d57f99c9dd4cfe827f3 (patch) | |
tree | 052c69a330c85f006f37572e73036191be377917 | |
parent | 4a42ea75dace42f2745c4e0c93f68d272fd57eb2 (diff) | |
download | glibc-32a829d16119667c63e78d57f99c9dd4cfe827f3.tar.gz glibc-32a829d16119667c63e78d57f99c9dd4cfe827f3.tar.xz glibc-32a829d16119667c63e78d57f99c9dd4cfe827f3.zip |
Add dl-brk.c, dl-sbrk.c, and sys/personality.h.
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 2d04d5c627..71a12c1bae 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -1,6 +1,8 @@ bits/initspin.h bits/pthreadtypes.h cmsg_nxthdr.c +dl-brk.c +dl-sbrk.c getdirentries.c getdirentries64.c ipc_priv.h @@ -61,6 +63,7 @@ sys/kdaemon.h sys/klog.h sys/mount.h sys/pci.h +sys/personality.h sys/prctl.h sys/procfs.h sys/quota.h |