From 1eaa106e4128c7b551eeb4a7354bf28d4e504bb0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Nov 2000 07:53:16 +0000 Subject: Update. * Versions.def: Add GLIBC_2.2.1 for glibc. 2000-11-22 Andreas Schwab * sysdeps/unix/sysv/linux/syscalls.list: Add pivot_root. * sysdeps/unix/sysv/linux/Versions: Add pivot_root at GLIBC_2.2.1. 2000-11-22 Ulrich Drepper --- sysdeps/unix/sysv/linux/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/Versions') diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index bdf1fafce3..3f77d4c522 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -90,4 +90,8 @@ libc { # ipc ctl interface change. semctl; shmctl; msgctl; } + GLIBC_2.2.1 { + # p* + pivot_root + } } -- cgit v1.2.3