aboutsummaryrefslogtreecommitdiff
path: root/libports/dead-name.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a mere weak attribute instead of a weak aliasSamuel Thibault2014-11-031-3/+2
| | | | | | | | We don't need to call the original function, so a weak attribute is enough. * libports/dead-name.c (ports_dead_name): Remove weak alias. (__ports_dead_name): Rename back to ports_dead_name, but add weak attribute.
* Fix dead name notification in static binariesSamuel Thibault2014-11-021-1/+2
| | | | | | | | | When linking statically, the libports definition would come before the libdiskfs definition, defeating the purpose of the ports_dead_name callback. * libports/dead-name.c (ports_dead_name): Rename into __ports_dead_name. (ports_dead_name): Add weak alias for __ports_dead_name.
* Sat Mar 6 17:05:45 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-061-1/+1
| | | | | * notify-dead-name.c (ports_do_mach_notify_dead_name): Deallocate newly created reference to DEAD_NAME.
* Initial revisionMiles Bader1995-12-271-0/+28