Skip to content

Commit

Permalink
* elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
Browse files Browse the repository at this point in the history
	and _dl_get_origin defines anymore.
  • Loading branch information
Ulrich Drepper committed Aug 13, 2007
1 parent 4eb375f commit ea37207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2007-08-12 Ulrich Drepper <drepper@redhat.com>

* elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
and _dl_get_origin defines anymore.

* sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
Build fix for systems which might lack POSIX timer support.

Expand Down
8 changes: 0 additions & 8 deletions elf/dl-dst.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
__cnt = _dl_dst_count (__sf, is_path); \
\
__cnt; })
#ifndef IS_IN_rtld
# define _dl_dst_count GLRO(dl_dst_count)
#endif


/* Guess from the number of DSTs the length of the result string. */
Expand Down Expand Up @@ -79,8 +76,3 @@
} \
else
#endif

#ifndef IS_IN_rtld
# define _dl_get_origin GLRO(dl_get_origin)
# define _dl_dst_substitute GLRO(dl_dst_substitute)
#endif

0 comments on commit ea37207

Please sign in to comment.