diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-03 21:00:06 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-03 21:00:06 +0000 |
commit | 63adc7384791548741e3a2afbee1be40d99fe9d2 (patch) | |
tree | edb58560b444979051b42ab7f0c0c718f7459754 /docs | |
parent | 1fa12c6ebcb25e2924778bcbaae4bea1af7b7e6a (diff) | |
download | busybox-w32-63adc7384791548741e3a2afbee1be40d99fe9d2.tar.gz busybox-w32-63adc7384791548741e3a2afbee1be40d99fe9d2.tar.bz2 busybox-w32-63adc7384791548741e3a2afbee1be40d99fe9d2.zip |
getopt_ulflags -> getopt32.
It is impossible to formulate sane ABI based on
size of ulong because it can be 32-bit or 64-bit.
Basically it means that you cannot portably use
more that 32 option chars in one call anyway...
Make it explicit.
git-svn-id: svn://busybox.net/trunk/busybox@16305 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index fee207486..af20366b6 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html | |||
@@ -567,7 +567,7 @@ for failure and abort the program with an error message so the caller doesn't | |||
567 | have to test the return value (xmalloc(), xstrdup(), etc), wrapped versions | 567 | have to test the return value (xmalloc(), xstrdup(), etc), wrapped versions |
568 | of open(), close(), read(), and write() that test for their own failures | 568 | of open(), close(), read(), and write() that test for their own failures |
569 | and/or retry automatically, linked list management functions (llist.c), | 569 | and/or retry automatically, linked list management functions (llist.c), |
570 | command line argument parsing (getopt_ulflags.c), and a whole lot more.</p> | 570 | command line argument parsing (getopt32.c), and a whole lot more.</p> |
571 | 571 | ||
572 | <hr /> | 572 | <hr /> |
573 | <p> | 573 | <p> |