svn commit: r191779 - head/lib/libc/gen

Ed Schouten ed at FreeBSD.org
Mon May 4 08:06:53 UTC 2009


Author: ed
Date: Mon May  4 08:06:52 2009
New Revision: 191779
URL: http://svn.freebsd.org/changeset/base/191779

Log:
  Fix whitespace and sorting in Symbol.map.

Modified:
  head/lib/libc/gen/Symbol.map

Modified: head/lib/libc/gen/Symbol.map
==============================================================================
--- head/lib/libc/gen/Symbol.map	Mon May  4 06:30:00 2009	(r191778)
+++ head/lib/libc/gen/Symbol.map	Mon May  4 08:06:52 2009	(r191779)
@@ -333,36 +333,36 @@ FBSD_1.1 {
 	fdevname_r;
 	fdopendir;
 	feature_present;
-	fts_open;
-	fts_close;
-	fts_read;
-	fts_set;
 	fts_children;
+	fts_close;
 	fts_get_clientptr;
 	fts_get_stream;
+	fts_open;
+	fts_read;
+	fts_set;
 	fts_set_clientptr;
+	posix_spawn;
+	posix_spawn_file_actions_addclose;
+	posix_spawn_file_actions_adddup2;
+	posix_spawn_file_actions_addopen;
+	posix_spawn_file_actions_destroy;
+	posix_spawn_file_actions_init;
+	posix_spawnattr_destroy;
+	posix_spawnattr_getflags;
+	posix_spawnattr_getpgroup;
+	posix_spawnattr_getschedparam;
+	posix_spawnattr_getschedpolicy;
+	posix_spawnattr_getsigdefault;
+	posix_spawnattr_getsigmask;
+	posix_spawnattr_init;
+	posix_spawnattr_setflags;
+	posix_spawnattr_setpgroup;
+	posix_spawnattr_setschedparam;
+	posix_spawnattr_setschedpolicy;
+	posix_spawnattr_setsigdefault;
+	posix_spawnattr_setsigmask;
+	posix_spawnp;
 	tcgetsid;
- 	posix_spawn;
- 	posix_spawn_file_actions_addclose;
- 	posix_spawn_file_actions_adddup2;
- 	posix_spawn_file_actions_addopen;
- 	posix_spawn_file_actions_destroy;
- 	posix_spawn_file_actions_init;
- 	posix_spawnattr_destroy;
- 	posix_spawnattr_getflags;
- 	posix_spawnattr_getpgroup;
- 	posix_spawnattr_getschedparam;
- 	posix_spawnattr_getschedpolicy;
- 	posix_spawnattr_getsigdefault;
- 	posix_spawnattr_getsigmask;
- 	posix_spawnattr_init;
- 	posix_spawnattr_setflags;
- 	posix_spawnattr_setpgroup;
- 	posix_spawnattr_setschedparam;
- 	posix_spawnattr_setschedpolicy;
- 	posix_spawnattr_setsigdefault;
- 	posix_spawnattr_setsigmask;
- 	posix_spawnp;
 };
 
 FBSDprivate_1.0 {


More information about the svn-src-all mailing list