diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-10 06:00:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-10 06:00:37 +0000 |
commit | d43c8c5f1380f5e6fe6960e609151278e97d947a (patch) | |
tree | 0c65ab11b4a5879b34cb22ea0c452a332fb1b9d8 | |
parent | 6d5d3ae3d6f20b1abe26d92c4e5472fd64075388 (diff) | |
download | glibc-d43c8c5f1380f5e6fe6960e609151278e97d947a.tar.gz glibc-d43c8c5f1380f5e6fe6960e609151278e97d947a.tar.xz glibc-d43c8c5f1380f5e6fe6960e609151278e97d947a.zip |
(is_dst): Pretty printing.
-rw-r--r-- | elf/dl-load.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index 35056162ec..fe552e8721 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -171,8 +171,8 @@ local_strdup (const char *s) static size_t -is_dst (const char *start, const char *name, const char *str, size_t cmplen, int is_path, - int secure) +is_dst (const char *start, const char *name, const char *str, size_t cmplen, + int is_path, int secure) { size_t len; |