1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Revert the change to Symbol.map, made in r202274.

Even though we use __sym_compat(), we should list the symbol in
Symbol.map.

ttyslot() is now listed as follows, which seems to do the right thing:

| Symbol table '.dynsym' contains 2755 entries:
|    Num:    Value          Size Type    Bind   Vis      Ndx Name
|    613: 00000000000477b0   121 FUNC    GLOBAL DEFAULT   10 ttyslot@FBSD_1.0

Reported by:	kib
This commit is contained in:
Ed Schouten 2010-01-14 10:00:01 +00:00
parent f4f2f2e724
commit d496b9d0d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202279

View File

@ -272,6 +272,7 @@ FBSD_1.0 {
openlog; openlog;
closelog; closelog;
setlogmask; setlogmask;
ttyslot;
ttyname_r; ttyname_r;
ttyname; ttyname;
timezone; timezone;