mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move locale.h functions into their own directory.
This commit is contained in:
parent
ed60c08c2c
commit
7668d2bc0b
3 changed files with 4 additions and 4 deletions
|
@ -256,7 +256,8 @@ libgen/basename.o \
|
|||
libgen/dirname.o \
|
||||
linkat.o \
|
||||
link.o \
|
||||
localeconv.o \
|
||||
locale/localeconv.o \
|
||||
locale/setlocale.o \
|
||||
lseek.o \
|
||||
lstat.o \
|
||||
memstat.o \
|
||||
|
@ -313,7 +314,6 @@ select.o \
|
|||
setegid.o \
|
||||
seteuid.o \
|
||||
setgid.o \
|
||||
setlocale.o \
|
||||
setpgid.o \
|
||||
settermmode.o \
|
||||
setuid.o \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
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/>.
|
||||
|
||||
localeconv.cpp
|
||||
locale/localeconv.cpp
|
||||
Return locale-specific information.
|
||||
|
||||
*******************************************************************************/
|
|
@ -17,7 +17,7 @@
|
|||
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/>.
|
||||
|
||||
setlocale.cpp
|
||||
locale/setlocale.cpp
|
||||
Set program locale.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue