Move locale.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 00:20:58 +02:00
parent ed60c08c2c
commit 7668d2bc0b
3 changed files with 4 additions and 4 deletions

View File

@ -256,7 +256,8 @@ libgen/basename.o \
libgen/dirname.o \ libgen/dirname.o \
linkat.o \ linkat.o \
link.o \ link.o \
localeconv.o \ locale/localeconv.o \
locale/setlocale.o \
lseek.o \ lseek.o \
lstat.o \ lstat.o \
memstat.o \ memstat.o \
@ -313,7 +314,6 @@ select.o \
setegid.o \ setegid.o \
seteuid.o \ seteuid.o \
setgid.o \ setgid.o \
setlocale.o \
setpgid.o \ setpgid.o \
settermmode.o \ settermmode.o \
setuid.o \ setuid.o \

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
localeconv.cpp locale/localeconv.cpp
Return locale-specific information. Return locale-specific information.
*******************************************************************************/ *******************************************************************************/

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
setlocale.cpp locale/setlocale.cpp
Set program locale. Set program locale.
*******************************************************************************/ *******************************************************************************/