diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-20 07:31:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-20 07:31:14 +0000 |
commit | 322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6 (patch) | |
tree | 0d05b40777ddad78d243628102cdb46c43c028e4 /io/xmknodat.c | |
parent | 00c2b3b91dc5f11924006ed4fb69d9d7442749b7 (diff) | |
download | glibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.tar.gz glibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.tar.xz glibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.zip |
2005-12-15 Thomas Schwinge <tschwinge@gnu.org>
* io/xmknodat.c: Include <stddef.h>. * misc/futimesat.c: Remove weak_alias and correct stub_warning. * stdio-common/renameat.c (renameat): Fix typo.
Diffstat (limited to 'io/xmknodat.c')
-rw-r--r-- | io/xmknodat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/xmknodat.c b/io/xmknodat.c index 56d88c7b0f..48dc1b2630 100644 --- a/io/xmknodat.c +++ b/io/xmknodat.c @@ -18,6 +18,7 @@ #include <errno.h> #include <fcntl.h> +#include <stddef.h> #include <sys/types.h> #include <sys/stat.h> |