diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 18:25:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 18:25:44 +0000 |
commit | 040006a36d5c15ea5494fec63470b0bd202ed263 (patch) | |
tree | ddd1c297799b34148f261c28cb03c604a0c4aafb | |
parent | 78ce3057e8efd724d62953c7607a8a3ffec32f56 (diff) | |
download | glibc-040006a36d5c15ea5494fec63470b0bd202ed263.tar.gz glibc-040006a36d5c15ea5494fec63470b0bd202ed263.tar.xz glibc-040006a36d5c15ea5494fec63470b0bd202ed263.zip |
Dummy dl-procinfo.c file for platforms which don't have one.
-rw-r--r-- | sysdeps/generic/dl-procinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/dl-procinfo.c b/sysdeps/generic/dl-procinfo.c new file mode 100644 index 0000000000..a056184690 --- /dev/null +++ b/sysdeps/generic/dl-procinfo.c @@ -0,0 +1 @@ +/* No architecture specific definitions. */ |