diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-13 19:55:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-13 19:55:50 +0000 |
commit | c22ecc52699cbc60f83b2a7ab49cec5992d850cd (patch) | |
tree | a7cfbf3f84031dbc2f15a0e530bae169204604d5 /sysdeps/gnu/getutmpx.c | |
parent | 6eb857c78875a3640508f19f2afb2fc28c5829f2 (diff) | |
download | glibc-c22ecc52699cbc60f83b2a7ab49cec5992d850cd.tar.gz glibc-c22ecc52699cbc60f83b2a7ab49cec5992d850cd.tar.xz glibc-c22ecc52699cbc60f83b2a7ab49cec5992d850cd.zip |
Update
1999-05-13 Ulrich Drepper <drepper@cygnus.com> * sysdeps/gnu/getutmpx.c: New file. * sysdeps/gnu/getutmp.c: New file.
Diffstat (limited to 'sysdeps/gnu/getutmpx.c')
-rw-r--r-- | sysdeps/gnu/getutmpx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/gnu/getutmpx.c b/sysdeps/gnu/getutmpx.c new file mode 100644 index 0000000000..f393734a63 --- /dev/null +++ b/sysdeps/gnu/getutmpx.c @@ -0,0 +1 @@ +/* We don't need a separate version. it is the same as getutmp(). */ |