summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gettext/include/libgettext.h
blob: 98fb7327d23e4993e562c9ed57ddd59fd1a84c87 (plain)
1
2
3
4
5
6
7
#include <libintl.h>

#define gettext__	gettext
#define dgettext__	dgettext
#define dcgettext__	dcgettext
#define textdomain__	textdomain
#define bindtextdomain__	bindtextdomain
oved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-07-23Use the LWP cached credentials where sane.ad 2006-05-14integrate kauth.elad 2006-05-11in pecoff_load_file() make size a u_long to match it's use.mrg 2005-12-11merge ktrace-lwp.christos 2005-05-29- sprinkle const.christos 2005-02-26nuke trailing whitespaceperry 2005-01-30Don't try to map a 0 size bss.christos 2004-07-18pass the whole of pecoff_opthdr, not only pecoff_imghdr.kent 2003-09-06Use vn_marktext to set the VTEXT flag on the vnode of the executable.erh 2003-08-08- GC all the setup_stack functionschristos 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-01-08Use text size in COFF header instead of size of section headeroki 2002-11-29add comment why this doesn't need to use emul_find_interp()jdolecek 2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos 2002-03-25Move a variable `emul_pecoff' to new file.kent 2002-03-24Read /usr/libexec/ld.so.dll if failed to readoki 2002-03-18Use /emul/pecoff as prefix to run PE/COFF binaries.oki 2001-12-03pecoff_copyargs(): Fix incorrect pointer type of the variable `ap'.kent 2001-11-27Fixed forgot map .idata section for some binaries.oki 2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem