diff options
author | stekloff <stekloff> | 2005-04-06 20:57:01 +0000 |
---|---|---|
committer | stekloff <stekloff> | 2005-04-06 20:57:01 +0000 |
commit | dd8c511d725f816bc64592028ff178616fcde607 (patch) | |
tree | 55250e02ac67ceeb3c2bac3b1e29a78c22be1ac2 /lib/sysfs.h | |
parent | 855a337e54321d9aa2b97c38ffa4787d3105257c (diff) | |
download | sysfsutils-origin.tar.gz |
Diffstat (limited to 'lib/sysfs.h')
-rw-r--r-- | lib/sysfs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/sysfs.h b/lib/sysfs.h index eb2a002..4ef8c28 100644 --- a/lib/sysfs.h +++ b/lib/sysfs.h @@ -3,7 +3,7 @@ * * Internal Header Definitions for libsysfs * - * Copyright (C) 2003 International Business Machines, Inc. + * Copyright (C) IBM Corp. 2003 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -34,9 +34,6 @@ #include <errno.h> /* external library functions */ -extern int lstat(const char *file_name, struct stat *buf); -extern int readlink(const char *path, char *buf, size_t bufsize); -extern int getpagesize(void); extern int isascii(int c); /* Debugging */ |