diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-02-08 18:25:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-02-08 18:25:19 +0000 |
commit | e32f487e1cb6e7ed6eb494afde072e1405d5a5fb (patch) | |
tree | 7c87768f0f8941e0335f0c2f207fd2db7ff0ff9e /ChangeLog | |
parent | b576fca12abea4bb0b5af097ce4dd3ff7717d821 (diff) | |
download | glibc-e32f487e1cb6e7ed6eb494afde072e1405d5a5fb.tar.gz glibc-e32f487e1cb6e7ed6eb494afde072e1405d5a5fb.tar.xz glibc-e32f487e1cb6e7ed6eb494afde072e1405d5a5fb.zip |
* sysdeps/unix/sysv/linux/bits/sched.h: Declare unshare.
* sysdeps/unix/sysv/linux/Versions [libc, GLIBC_2.4]: Export unshare. * sysdeps/unix/sysv/linux/syscalls.list: Add unshare syscall. * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Add some preprocessor magic so that the compiler won't see the prototypes for the functions we are defining as stubs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4cb7c53f2a..902544d51d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-02-08 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/bits/sched.h: Declare unshare. + * sysdeps/unix/sysv/linux/Versions [libc, GLIBC_2.4]: Export + unshare. + * sysdeps/unix/sysv/linux/syscalls.list: Add unshare syscall. + + * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Add some + preprocessor magic so that the compiler won't see the prototypes + for the functions we are defining as stubs. + 2006-02-05 Ulrich Drepper <drepper@redhat.com> * io/ftw.c (ftw_startup): Use fchdir to return to original |