This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29227
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
de49133a8b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'de49133a8b'
${ noResults }
freifunkist-firmware
/
toolchain
/
eglibc
/
include
/
libintl.h
7 lines
76 B
Raw
Normal View
History
Unescape
Escape
eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34026
12 years ago
#
ifndef __FAKE_LIBINTL_H
#
define __FAKE_LIBINTL_H
#
define _(X) (X)
#
endif