diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-28 15:08:51 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-28 15:08:51 +0000 |
commit | e9ffd39f8c04e9e0300baef5f5c0eb1a46a2050a (patch) | |
tree | 7121fc4d8cef02d9499ed1652092a41a52fccc36 /include | |
parent | dde52fca4821489036284fa237ede2a6023915a6 (diff) | |
download | glibc-e9ffd39f8c04e9e0300baef5f5c0eb1a46a2050a.zip glibc-e9ffd39f8c04e9e0300baef5f5c0eb1a46a2050a.tar.gz glibc-e9ffd39f8c04e9e0300baef5f5c0eb1a46a2050a.tar.bz2 |
Update.
Diffstat (limited to 'include')
-rw-r--r-- | include/argp.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/argp.h b/include/argp.h index 6813856..92be5f9 100644 --- a/include/argp.h +++ b/include/argp.h @@ -1,9 +1 @@ -#ifndef _ARGP_H #include <argp/argp.h> - -/* This hack to allow programs that know what's going on to call argp - recursively. If someday argp is changed not to use the non-reentrant - getopt interface, we can get rid of this shit. XXX */ -extern void _argp_unlock_xxx (void); - -#endif |