diff options
| author | Ulrich Drepper <[email protected]> | 2005-07-29 19:32:17 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-07-29 19:32:17 +0000 |
| commit | f844b8c1d73d65ceb65fca56f04d32c606badf4e (patch) | |
| tree | 4bbbd8b65708fbef8e26711f073d840b4c09943f /libdwfl/libdwfl_crc32.c | |
| parent | 1e8d33cbd1553ca77c69ca51221fec2895bd6c24 (diff) | |
Add missing files.
Diffstat (limited to 'libdwfl/libdwfl_crc32.c')
| -rw-r--r-- | libdwfl/libdwfl_crc32.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libdwfl/libdwfl_crc32.c b/libdwfl/libdwfl_crc32.c new file mode 100644 index 00000000..4a6cea74 --- /dev/null +++ b/libdwfl/libdwfl_crc32.c @@ -0,0 +1,23 @@ +/* Copyright (C) 2002, 2005 Red Hat, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 2. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + +#define crc32 attribute_hidden __libdwfl_crc32 +#define LIB_SYSTEM_H 1 +#include <libdwflP.h> +#include "../lib/crc32.c" |
