From f649c2015a0c9cc4a2d71880fcb7fac0832af69c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Mar 1998 09:09:16 +0000 Subject: Update. 1998-03-15 Andreas Schwab * libc.map: Export internal versions of cancelable functions. 1998-03-15 Andreas Schwab * Makerules (MAKEFLAGS): Append `r'. 1998-03-15 Andreas Schwab * Makeconfig: Define have-thread-library, shared-thread-library and static-thread-library if a thread library is available. Don't define rt. * nscd/Makefile: Compile nscd if have-thread-library. Rename nscd-routines to nscd-modules. Use shared-thread-library and static-thread-library in dependencies. * rt/Makefile: Only compile librt if have-thread-library is defined. * Makefile (subdirs): Always include rt subdir. 1998-03-15 Andreas Schwab * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command. --- libc.map | 1 + 1 file changed, 1 insertion(+) (limited to 'libc.map') diff --git a/libc.map b/libc.map index 06e3015983..c90197b22d 100644 --- a/libc.map +++ b/libc.map @@ -101,6 +101,7 @@ GLIBC_2.0 { __strcasecmp; __write; _strerror_internal; _dl_sysdep_output; _dl_debug_message; __ffs; + __close; __connect; __fcntl; __lseek; __open; __read; __send; __wait; # Exception handling support functions from libgcc __register_frame; __register_frame_table; __deregister_frame; -- cgit v1.2.3