PERFORCE change 174162 for review

Robert Watson rwatson at FreeBSD.org
Tue Feb 2 17:17:22 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=174162

Change 174162 by rwatson at rwatson_vimage_client on 2010/02/02 17:16:44

	libc no longer requires stub libcache functions.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Makefile.inc#17 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#19 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/ld_libcache.c#4 delete

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Makefile.inc#17 (text+ko) ====

@@ -20,7 +20,7 @@
 	getpeereid.c getprogname.c getpwent.c getttyent.c \
 	getusershell.c getvfsbyname.c glob.c \
 	initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \
-	ld_libcache.c ld_libdirs.c ld_sandbox.c \
+	ld_libdirs.c ld_sandbox.c \
 	lockf.c lrand48.c mrand48.c nftw.c nice.c \
 	nlist.c nrand48.c opendir.c \
 	pause.c pmadvise.c popen.c posix_spawn.c \

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#19 (text) ====

@@ -370,8 +370,6 @@
 	sem_post;
 	sem_wait;
 	sem_unlink;
-	ld_libcache_add;
-	ld_libcache_lookup;
 	ld_insandbox;
 	ld_libdirs;
 };


More information about the p4-projects mailing list